mirror of
https://github.com/denisidoro/navi.git
synced 2026-01-23 02:14:19 +00:00
* Fix CI lint errors
* Run ci on pull requests
* Update powershell plugins metadata
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Tries to implement the call to
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Moves Navi plugin to its own repository
https://github.com/alexis-opolka/navi.plugin.pwsh
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Adds a check to create the profile file if it doesn't exist
Signed-off-by: alexis-opolka <53085471+alexis-opolka@users.noreply.github.com>
* Allow cheatsheet items with same descriptions
Prior to the refactor performed in
https://github.com/denisidoro/navi/pull/760, cheatsheet items could have
the same tags and the same description, but a different snippet, and
they would all be listed in the finder.
After the refactor, this behavior has changed and such items will now be
treated as non-unique.
There appears to be no requirement for item descriptions to
be distinct, so this patch restores the earlier behavior.
Fixes: https://github.com/denisidoro/navi/issues/951
Signed-off-by: Erik Gabriel Carrillo <ecarrillo@alumni.utexas.net>
* Revert "Moves Navi plugin to its own repository"
This reverts commit
|
||
|---|---|---|
| .. | ||
| cheatsheet | ||
| configuration | ||
| contributions | ||
| deprecated/Alfred | ||
| examples | ||
| installation | ||
| usage | ||
| widgets | ||
| README.md | ||
Navi

Table of Contents
About
Navi is an interactive cheatsheet tool for the command-line.
It allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands.
It uses fzf, skim, or Alfred under the hood and it can be either used as a command or as a shell widget (à la Ctrl-R).
Navi Pros
- it will spare you from knowing CLIs by heart
- it will spare you from copy-pasting output from intermediate commands
- it will make you type less
- it will teach you new one-liners
Similar tools
There are many similar projects out there (beavr, bro, cheat, cheat.sh, cmdmenu, eg, how2, howdoi, Command Line Interface Pages and tldr, to name a few).
They are excellent projects, but navi remains unique in the following ways:
- it's natural to write cheatsheets tailored to your needs
- arguments are neither hardcoded nor a simple template
Etymology
Navi is a character from The Legend of Zelda Ocarina of Time that provides Link with a variety of clues to help him solve puzzles and make progress in his quest.