Metadata-Version: 2.1
Name: cheatshh
Version: 1.0.4
Author: Anirudh Gupta
Keywords: cheatsheet, cheat, command-line, cli
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fuzzyfinder
Requires-Dist: whiptail


# cheatshh

Cheatshh is an interactive CLI meant for managing command line cheatshheets. Now you don't have to remember CLI commands and just refer your cheatshhet. You can group commands and view their TLDR and MAN pages along with a custom description for the command.

# Features

- Comprehensive cheatsheets for various command-line utilities and tools.
- Easy-to-use interface for quickly accessing and executing commands, powered by fuzzy finder(fzf) and whiptail.
- Customizable cheatshheets and groups to suit your needs.
- TLDR and MAN pages visible in the preview.
- Easy to add, edit, delete commands and groups and playing around.
- Press Enter on a command to copy it to clipboard and exit.

Visit the Github Repository for more details: https://github.com/AnirudhG07/cheatshh

# Version
1.0.4

## Note:
- This package is best used in Unix based systems, like linux and MacOS. For Windows, see the github repository for more details.
- The package is installed in ~/.config/cheatshh directory.

## Bugs fixed in 1.0.4
- Path configuration for Linux has been fixed.
- group names will be displayed whenever asked to enter a group name in option functionalities.

