LinuxCommandLibrary

cheatshh

CLI cheatsheet with customized descriptions, tldr and groups, to look into for your reference.

TLDR

[a]dd a new command to the cheatshheet

$ cheatshh --add
copy


Edit ([ec]) an existing command's description or group in the cheatshheet
$ cheatshh --edit-command
copy


Delete ([dc]) an existing command from the cheatshheet
$ cheatshh --delete-command
copy


Create a new [g]roup
$ cheatshh --group
copy


Edit ([eg]) an existing group's name or description in the cheatsheet
$ cheatshh --edit-group
copy


Delete ([dg]) an existing group and it's sub commands from commands.json file
$ cheatshh --delete-group
copy


Display [m]an pages after tldr in the preview
$ cheatshh --man
copy

Copied to clipboard