Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 494 Bytes

add-your-own-cheats-to-navi.md

File metadata and controls

24 lines (14 loc) · 494 Bytes

Add Your Own Cheats to Navi

Locate main.cheat and add your own custom cheats.

Mac: ~/Library/Application Support/navi/cheats/main.cheat

# main.cheat
% my first navi cheat

# print something
echo "My name is <name>!"

$ name: whoami

Use Cases

Add custom shell command cheats & search for them later using navi.

References