An interactive cheatsheet tool for the command-line
Go to file
Denis Isidoro 0a1413faa8
Merge pull request #901 from suimong/master
add integration with nushell
2024-06-30 11:11:42 -03:00
.github Fix cross builds(#829) 2023-04-09 11:21:36 -03:00
assets Add icon SVG (#537) 2021-04-23 11:45:54 -03:00
docs updated doc. 2024-06-24 23:23:33 +08:00
scripts Update default install order 2024-01-26 12:50:48 +01:00
shell mvp. 2024-06-24 18:50:29 +08:00
src mvp. 2024-06-24 18:50:29 +08:00
tests mvp. 2024-06-24 18:50:29 +08:00
.gitignore introduce use env_logger 2023-05-12 17:01:49 +08:00
Cargo.lock Update libc & linux-raw-sys to support loongarch64 2024-05-29 14:19:09 +08:00
Cargo.toml Dec-10 06h30: Cargo.toml 2023-12-10 06:30:45 -03:00
LICENSE Change license to Apache 2.0 (#141) 2019-10-28 16:58:19 -03:00
Makefile Use correct bash binary in Makefile 2021-08-07 15:46:07 -03:00
README.md Update TiddlyWiki plugin link 2024-02-05 19:06:34 +01:00
rust-toolchain.toml Fix publish script (#825) 2023-04-09 10:08:42 -03:00
rustfmt.toml Fix Ctrl-O behavior when snippet has variables (#437) 2020-11-27 09:35:15 -03:00

navi icon Actions Status GitHub release

An interactive cheatsheet tool for the command-line.

Demo

navi allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list.

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

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).

Table of contents

Installation

navi can be installed with the following package managers:

Packaging status

The recommended way to install navi is by running:

brew install navi

If brew isn't available, you can check alternative install instructions.

Usage

There are multiple ways to use navi:

  • by typing navi in the terminal
    • pros: you have access to all possible subcommands and flags
  • as a shell widget for the terminal
    • pros: the shell history is correctly populated (i.e. with the actual command you ran instead of navi) and you can edit the command as you wish before executing it
  • as a Tmux widget
    • pros: you can use your cheatsheets in any command-line app even in SSH sessions
  • as aliases
  • as a shell scripting tool
  • as an Alfred workflow

In particular, check these instructions if you want to replicate what's shown in the demo above.

Cheatsheet repositories

Running navi for the first time will help you download and manage cheatsheets. By default, they are soted at ~/.local/share/navi/cheats/.

You can also:

Cheatsheet syntax

Cheatsheets are described in .cheat files that look like this:

% git, code

# Change branch
git checkout <branch>

$ branch: git branch | awk '{print $NF}'

The full syntax and examples can be found here.

Customization

You can:

More info

Please run the following command to read more about all possible options:

navi --help

In addition, please check the /docs folder.

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.