Skip to content

CheetSheetz CLI v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 00:47
d5f3890

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