navi: add page (#12347)

* navi: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
cbr4l0k 2024-02-25 05:42:42 -05:00 committed by GitHub
parent 897cea10c3
commit d95f9c9480
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 24 additions and 0 deletions

24
pages/linux/navi.md Normal file
View File

@ -0,0 +1,24 @@
# navi
> An interactive cheatsheet tool for the command line and application launchers.
> More information: <https://github.com/denisidoro/navi>.
- Browse through all available cheatsheets:
`navi`
- Browse the cheatsheet for `navi` itself:
`navi fn welcome`
- Print a command from the cheatsheet without executing it:
`navi --print`
- Output shell widget source code (It automatically detects your shell if possible, but can also be specified manually):
`navi widget {{shell}}`
- Autoselect and execute the snippet that best matches a query:
`navi --query '{{query}}' --best-match`