navi/docs/cheatsheet
2025-03-29 09:06:39 +01:00
..
getting-started Update cheatsheet with a getting started guide 2025-02-06 09:24:36 +01:00
repositories Fixes small typo 2025-03-24 03:20:45 +01:00
syntax Merge remote-tracking branch 'origin/remote-follower' into new-docs 2025-03-29 09:06:39 +01:00
README.md Fixes small typo 2025-03-24 03:20:45 +01:00

Navi cheatsheets

Working with cheatsheet repositories

Navi works best with what we call cheatsheet repositories, for more details see cheatsheet/repositories.

Manually adding cheatsheets to navi

If you don't want to work with cheatsheet repositories, you can manually add your cheatsheets to navi by putting them into the cheats_path of your platform.

You can find out your path using the info subcommands but a quick working command to go there would be:

  • Before 2.25.0

    cd $(navi info cheats-path)
    
  • After 2.25.0

    cd $(navi info default-cheats-path)
    

Using cheatsheets from other tools

Warning

Navi DOESN'T SUPPORT as of now importing cheatsheets from other tools but is able to work with TLDR and Cheat.sh.

Demo

You can use cheatsheets from tldr by running:

navi --tldr <query>

You can use cheatsheets from cheat.sh by running:

navi --cheatsh <query>