HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

navi — An interactive cheatsheet tool for the command-line and application launchers. More information: <ht

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandforclinavitoolinteractivecheatsheet
linux

Problem

How to use the navi command: An interactive cheatsheet tool for the command-line and application launchers. More information: <https://github.com/denisidoro/navi>.

Solution

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 {{[-q|--query]}} '{{query}}' --best-match

Code Snippets

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 {{[-q|--query]}} '{{query}}' --best-match

Context

tldr-pages: linux/navi

Revisions (0)

No revisions yet.