Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JosephLai241/nomad
/ functions
Functions
130 in github.com/JosephLai241/nomad
⨍
Functions
130
◇
Types & classes
68
↓ 1 callers
Function
process_tui_git_settings
Process the TUI Git settings from `NomadConfig`.
src/style/paint.rs:85
↓ 1 callers
Function
process_tui_style_settings
Process the TUI style settings from `NomadConfig`.
src/style/paint.rs:118
↓ 1 callers
Function
render_ui
Render the user interface for the TUI.
src/ui/interface.rs:47
↓ 1 callers
Function
restore_file
Restore a file to its working directory or clean state.
src/git/trees.rs:116
↓ 1 callers
Function
run_bat
Create a new `PrettyPrinter`, then run it against the file.
src/utils/bat.rs:11
↓ 1 callers
Function
run_config
`match` the config subcommand and execute it.
src/switches/config.rs:13
↓ 1 callers
Function
run_filetypes
`match` the filetype subcommand and execute it.
src/switches/filetype.rs:21
↓ 1 callers
Function
run_git
( args: &Args, git_command: &GitOptions, nomad_style: &NomadStyle, target_directory: &str, )
src/switches/git.rs:26
↓ 1 callers
Function
run_releases
(release_option: &ReleaseOptions)
src/switches/release.rs:12
↓ 1 callers
Function
run_tokei
Summarize the `Tokei` stats for this directory. Sort summary by lines of code, descending.
src/loc/mod.rs:60
↓ 1 callers
Method
search_in_file
Search the current file for a pattern and colorize matches accordingly. Returns a newly formatted `cat`ed file. Dim lines do not contain any matches
src/ui/app.rs:229
↓ 1 callers
Function
show_banner
Display the ASCII art for `nomad`.
src/utils/paint.rs:26
↓ 1 callers
Function
tree_stats_from_report
Format the file's complimentary `Report` for normal/tree view.
src/loc/format.rs:21
↓ 1 callers
Method
update_keybindings
Update the available keybindings for the current mode.
src/ui/app.rs:475
↓ 1 callers
Function
update_self
Update `nomad`.
src/releases/mod.rs:63
↓ 1 callers
Function
write_to_json
Write a JSON string to `items.json`.
src/utils/cache.rs:43
Function
colorize_origin
Colorize the origin of the `DiffLine`.
src/git/diff.rs:383
Method
default
Create a new `NomadStyle` with default values.
src/style/models.rs:167
Method
default
Create the `Keybindings` struct with the keybindings for each mode (breadcrumbs, inspect, and normal modes).
src/ui/models.rs:17
Method
display_table
Create and then display a table for this type of item.
src/utils/table.rs:40
Function
get_breadcrumbs
Set the breadcrumbs displayed at the top of the TUI.
src/ui/widgets.rs:14
Function
main
Run `nomad`.
src/main.rs:92
Method
new
Create a new `TabledItems` object.
src/utils/table.rs:22
Method
new
Create a new Rootless instance with the target directory.
src/ui/app.rs:91
Method
new
Create a new `StatefulList` containing generic `items`.
src/ui/stateful_widgets.rs:26
Function
test_get_icons_by_extension_invalid_key
()
src/utils/icons.rs:261
Function
test_get_icons_by_extension_valid_key
()
src/utils/icons.rs:254
Function
test_get_icons_by_name_invalid_key
()
src/utils/icons.rs:275
Function
test_get_icons_by_name_valid_key
()
src/utils/icons.rs:268
Function
test_invalid_arg
()
src/cli/mod.rs:85
← previous
101–130 of 130, ranked by callers