commands.sh

cheatshh

all

CLI cheatsheet with customized descriptions, tldr and groups, to look into for your reference. Press `<Enter>` to a command to copy it to your clipboard and exit.

More info →

Options (7)

-a, --addboolean

Add a new command to the cheatshheet

Example: cheatshh {{[-a|--add]}}
--edit-commandboolean

Edit an existing command's description or group in the cheatshheet

Example: cheatshh {{[-ec|--edit-command]}}
--delete-commandboolean

Delete an existing command from the cheatshheet

Example: cheatshh {{[-dc|--delete-command]}}
-g, --groupboolean

Create a new group

Example: cheatshh {{[-g|--group]}}
--edit-groupboolean

Edit an existing group's name or description in the cheatsheet

Example: cheatshh {{[-eg|--edit-group]}}
--delete-groupboolean

Delete an existing group and it's sub commands from commands.json file

Example: cheatshh {{[-dg|--delete-group]}}
-m, --manboolean

Display man pages after tldr in the preview

Example: cheatshh {{[-m|--man]}}

Examples (7)

Add a new command to the cheatshheet

cheatshh [-a|--add]

Edit an existing command's description or group in the cheatshheet

cheatshh [-ec|--edit-command]

Delete an existing command from the cheatshheet

cheatshh [-dc|--delete-command]

Create a new group

cheatshh [-g|--group]

Edit an existing group's name or description in the cheatsheet

cheatshh [-eg|--edit-group]

Delete an existing group and it's sub commands from commands.json file

cheatshh [-dg|--delete-group]

Display man pages after tldr in the preview

cheatshh [-m|--man]
made by @shridhargupta | data from tldr-pages