Obs.: This CLI Tool is in a really early stage.
Small, Straightforward CLI Tool to interact with your own Cheatsheets o/
bash
cargo install <TBD>
You are able to configure three different settings by using environment variables:
$HOME/.cheatsheets
80
$EDITOR
A Cheatsheet contains Sections. A Section contains Cheats.
To define a Cheatsheet, you need to specify a yaml
file with the following format:
cheatsheet.yaml
yaml
<Section Name>:
- description: <Command Description>
command: <Command>
Example:
nvim.yaml
yaml
Tree:
- description: Toggle Tree
command: <leader>nt
- description: Add File
command: a
bash
scheat list
bash
scheat show <CHEATSHEET>
bash
scheat show <CHEATSHEET> -s <SECTION>
bash
scheat edit <CHEATSHEET>
[X] Define own Cheatsheets in Yaml [X] List Cheatsheets [X] Display a Cheatsheet [X] Display a Section of a Cheatsheet [X] Edit a Cheatsheet [] Proper Testing :sweatysmile: [] Decent Documentation :sweatysmile: [] Create a new Cheatsheet [] Define own Cheatsheets in a less verbose format