mirror of
https://github.com/denisidoro/navi
synced 2024-11-13 07:17:09 +00:00
Merge pull request #75 from KevCui/update-command-name-in-navi
Update command name in usage and examples
This commit is contained in:
commit
e720fdb4f0
1 changed files with 6 additions and 6 deletions
12
navi
12
navi
|
@ -8,7 +8,7 @@ source "${SCRIPT_DIR}/src/main.sh"
|
|||
##? An interactive cheatsheet tool for the command-line
|
||||
##?
|
||||
##? Usage:
|
||||
##? cheats [command] [<args>...] [options]
|
||||
##? navi [command] [<args>...] [options]
|
||||
##?
|
||||
##? Commands:
|
||||
##? search <cmd> Search for cheatsheets on online repositories
|
||||
|
@ -21,11 +21,11 @@ source "${SCRIPT_DIR}/src/main.sh"
|
|||
##? --no-preview Hide command preview window
|
||||
##?
|
||||
##? Examples:
|
||||
##? cheats
|
||||
##? cheats --path '/some/folder:/another/folder'
|
||||
##? cheats search awk
|
||||
##? cheats search docker --print
|
||||
##? cheats query git
|
||||
##? navi
|
||||
##? navi --path '/some/folder:/another/folder'
|
||||
##? navi search awk
|
||||
##? navi search docker --print
|
||||
##? navi query git
|
||||
##?
|
||||
##? More info:
|
||||
##? search
|
||||
|
|
Loading…
Reference in a new issue