1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/navi.md
spageektti 5a1c363361
*: change command line to command-line (#12996)
Change `command line` to `command-line`
2024-06-16 22:46:42 +02:00

24 lines
593 B
Markdown

# 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`