CheetSheetz CLI v1.0.0
Quick reference CLI tool for the CheetSheetz developer reference collection.
Features
- π Search across 400+ cheat sheets
- π Display cheat sheets with syntax highlighting
- π± POSIX-compliant (works on Linux, macOS, BSD)
- β‘ Fast caching for offline use
- π¨ Colored output with --no-color option
- π¦ Multiple output formats (plain, markdown, json)
Quick Start
# Download and install
curl -L https://github.com/cheatsheetz/cli/releases/download/v1.0.0/cheatsheetz -o cheatsheetz
chmod +x cheatsheetz
sudo mv cheatsheetz /usr/local/bin/
# Or use platform-specific package
wget https://github.com/cheatsheetz/cli/releases/download/v1.0.0/cheatsheetz-linux-amd64.tar.gz
tar -xzf cheatsheetz-linux-amd64.tar.gz
cd cheatsheetz-linux-amd64
sudo ./install.sh
Usage
cheatsheetz search docker # Search for docker-related sheets
cheatsheetz show git # Display git cheat sheet
cheatsheetz list # List all available sheets
cheatsheetz categories # Show categories
Platform Support
- β Linux (amd64, 386, arm64)
- β macOS (amd64, arm64)
- β FreeBSD (amd64, 386)
- β OpenBSD (amd64, 386)
- β Universal POSIX shell script