/navi-tldr-pages

tldr-pages for navi, an interactive cheatsheet tool for the command-line

Primary LanguageShell

navi-tldr-pages

Cheatsheets for navi, extracted from tldr.

The original files and translated into a format compatible with navi.

Please don't edit the .cheat files by hand.

Usage

  • install navi
  • run navi repo add denisidoro/navi-tldr-pages
  • select the .cheat files you are interested in
  • run navi again

Updating using this repo

  • go to the project root
  • clone tldr
  • Alternatively, if you already have tldr cloned (to tldr folder, for example), pull changes ("cd tldr && git pull")
  • run ./scripts/translate
  • git commit -m "Updates pages" && git push
  • run navi repo add Coqueiro/navi-tldr-pages

Creating personal cheatsheets

Alternative

You can run navi --tldr <query>.

More info here.