Metadata-Version: 2.4
Name: cheat-cli
Version: 0.1.1
Summary: A terminal-first personal cheat sheet for Linux developers
Author: Rejish
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: tabulate
Dynamic: license-file

# cheat-cli

A terminal-first cheat sheet for Linux developers.

## Why
I built this to stop Googling the same commands repeatedly.
It lives in the terminal and grows with your workflow.

## Features
- Fast search
- Interactive add
- Safe delete with confirmation
- Clean table output
- pip installable

## Install
```bash
pip install cheat-cli
