A directory of cheat sheets to use with TLDR, cheat.sh, or Navi.
- 
Install
fd-find fzfif you don't have them:$ sudo apt install fd-find fzf - 
Install
cargoif you don't have it (example the bash before piping it tosh):$ curl https://sh.rustup.rs -sSf | sh - 
Install Navi (and FeroxBuster and Rustscan if you don't have them) with:
$ cargo install navi feroxbuster rustscan - 
Add the pentest cheat sheets by adding the repo to navi:
$ navi repo add infosecstreams/cheat.sheets 
If you want to the shell widget (hint: you do), add this line to your .bashrc-like file:
# bash
eval "$(navi widget bash)"
# zsh
eval "$(navi widget zsh)"
# fish
navi widget fish | sourceYou should restart your shell session. Now when you press ctrl+g and you should get a list of all the shortcuts!
- 
Run
navi:$ navior ... pressctrl+gif you installed the widget...!!!