LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

cheatshh

interactive cheatsheet manager for the terminal

TLDR

Launch the interactive fuzzy-finder menu
$ cheatshh
copy
Create a new command group
$ cheatshh -g
copy
Show help
$ cheatshh -h
copy

SYNOPSIS

cheatshh [options]

DESCRIPTION

cheatshh is an interactive command-line tool for storing, organizing, and quickly accessing your own command cheatsheets. Rather than memorizing commands, you save them in named groups with custom descriptions and recall them through a fuzzy-finder (fzf) and whiptail menu.Alongside your stored commands, cheatshh can display tldr and man pages and pull examples from external sources such as cheat.sh, all configurable through its settings. It supports adding, editing, and deleting commands, bookmarking frequently used entries, and customizing colors and automatic man-page display. It is written in shell with Python components and runs on Linux and macOS.

PARAMETERS

-g

Create a new command group
-h, --help
Display help information

SEE ALSO

tldr(1), man(1), cheat(1), fzf(1)

RESOURCES

Copied to clipboard
Kai