mirror of
https://github.com/denisidoro/navi.git
synced 2024-11-09 23:38:08 +03:00
Update command name in usage and exmaples
This commit is contained in:
parent
64be01bf1a
commit
60375cd3a0
12
navi
12
navi
@ -8,7 +8,7 @@ source "${SCRIPT_DIR}/src/main.sh"
|
|||||||
##? An interactive cheatsheet tool for the command-line
|
##? An interactive cheatsheet tool for the command-line
|
||||||
##?
|
##?
|
||||||
##? Usage:
|
##? Usage:
|
||||||
##? cheats [command] [<args>...] [options]
|
##? navi [command] [<args>...] [options]
|
||||||
##?
|
##?
|
||||||
##? Commands:
|
##? Commands:
|
||||||
##? search <cmd> Search for cheatsheets on online repositories
|
##? search <cmd> Search for cheatsheets on online repositories
|
||||||
@ -21,11 +21,11 @@ source "${SCRIPT_DIR}/src/main.sh"
|
|||||||
##? --no-preview Hide command preview window
|
##? --no-preview Hide command preview window
|
||||||
##?
|
##?
|
||||||
##? Examples:
|
##? Examples:
|
||||||
##? cheats
|
##? navi
|
||||||
##? cheats --path '/some/folder:/another/folder'
|
##? navi --path '/some/folder:/another/folder'
|
||||||
##? cheats search awk
|
##? navi search awk
|
||||||
##? cheats search docker --print
|
##? navi search docker --print
|
||||||
##? cheats query git
|
##? navi query git
|
||||||
##?
|
##?
|
||||||
##? More info:
|
##? More info:
|
||||||
##? search
|
##? search
|
||||||
|
Loading…
Reference in New Issue
Block a user