.CHEAT File Extension
Navi Cheatsheet
Developer | denisdoro |
Popularity |
3.8 | 4 Votes |
What is a CHEAT file?
A CHEAT file is a terminal command list used by navi, an application that lets users quickly execute one-line terminal commands. It contains plain text used to load and execute one or more commands. Navi imports default CHEAT files the first time you run it; additional CHEAT files are available online.
More Information
Navi is a cross-platform terminal application that allows users to load, browse, and execute many simple terminal commands. Using navi saves users the trouble of remembering and correctly typing commands. Instead, the user can enter navi in their terminal, browse the list of commands navi contains, and press Enter to execute the command they need.
Navi retrieves commands from cheatsheets, which are plain text files saved with the .cheat extension. Typically, a CHEAT file contains a set of related commands, as well as descriptions of what those commands do. Each CHEAT file starts with the % character and one or more tags used to categorize the commands the file contains. Each individual command's description begins with the # character.
While the majority of CHEAT files are available from navi's GitHub page (linked below), other GitHub repositories contain additional CHEAT files. You can import these CHEAT files into navi using the instructions in the Cheatsheet repositories section of navi's documentation.
How to open a CHEAT file
Because CHEAT files are plain text files, you can open and edit them in any text editor, such as Microsoft Notepad (Windows), Apple TextEdit (Mac), or GitHub Atom (cross-platform).
If you want to use a CHEAT file with navi (cross-platform), you must import the file from a GitHub repository or place the file in navi's navi directory. Then, the commands your CHEAT file contains will appear in navi.