Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-26 00:13:26 +00:00
parent d1f45d718c
commit e815ba73c5
38 changed files with 142 additions and 45 deletions

29
tldr/linux/navi Normal file
View File

@@ -0,0 +1,29 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# 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`