Crates.io | simple-cheatsheet |
lib.rs | simple-cheatsheet |
version | 0.2.0 |
source | src |
created_at | 2022-08-07 13:55:38.646259 |
updated_at | 2022-08-12 17:17:00.551158 |
description | Simple CLI Tool to define and display your own cheatsheets |
homepage | |
repository | |
max_upload_size | |
id | 640222 |
size | 31,967 |
Obs.: This CLI Tool is in a really early stage.
Small, Straightforward CLI Tool to interact with your own Cheatsheets o/
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
<Section Name>:
- description: <Command Description>
command: <Command>
Example:
nvim.yaml
Tree:
- description: Toggle Tree
command: <leader>nt
- description: Add File
command: a
scheat list
scheat show <CHEATSHEET>
scheat show <CHEATSHEET> -s <SECTION>
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 :sweaty_smile: [] Decent Documentation :sweaty_smile: [] Create a new Cheatsheet [] Define own Cheatsheets in a less verbose format