chubin/cheat.sh

the only cheat sheet you need

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 25 minutes ago
Added to GitGenius on August 31st, 2026
Created on May 7th, 2017
Open Issues & Pull Requests: 149 (+0)
Number of forks: 1,918
Total Stargazers: 41,711 (+0)
Total Subscribers: 574 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.7 hours
Mean response time: 85.7 days
90th percentile: 402.6 days
Tracked items: 27

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 50% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 24
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 675 days
Stale 30+ days: 23
Stale 90+ days: 20

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

Detailed Description

cheat.sh is a unified cheat sheet service that aggregates community-driven documentation for programming languages, databases, and Unix/Linux commands accessible via curl, browser, or command-line client.

The tool solves the problem of fragmented technical documentation by centralizing access to curated cheat sheets from multiple sources. It works by providing a simple HTTP interface where users query for command or topic names and receive concise, practical examples. The service covers programming languages, database systems, and over a thousand Unix/Linux commands, returning results within milliseconds. Users can access it through curl without installation, use a dedicated command-line client called cht.sh, integrate it into code editors, or self-host it for offline usage.

The tool suits developers who want quick reference material without context-switching to a browser or documentation site. It works well for those who spend significant time in the terminal and value speed and minimal distraction. The stealth mode feature allows completely invisible usage without keyboard interaction or sound, making it suitable for environments where discrete reference-checking matters. Self-hosting options and editor integrations mean it can fit into various workflows, from Vim and Emacs to Visual Studio Code and IntelliJ IDEA.

The project maintains active community contributions through multiple cheat sheet repositories and accepts submissions for new content and repositories. The codebase is written in Python and includes support for tab completion in Bash and ZSH shells. Docker support is available for those preferring containerized deployment. The tool provides search functionality for discovering relevant commands by keyword when the exact name is unknown.