CheatSheetz CLI

Access developer cheat sheets from your terminal

v1.0.0
Latest Version
3
Platforms

Quick Install

🍎 macOS

curl -sSL https://github.com/cheatsheetz/cli/releases/latest/download/cheatsheetz-macos | sudo tee /usr/local/bin/cheatsheetz > /dev/null && sudo chmod +x /usr/local/bin/cheatsheetz

🐧 Linux

curl -sSL https://github.com/cheatsheetz/cli/releases/latest/download/cheatsheetz-linux | sudo tee /usr/local/bin/cheatsheetz > /dev/null && sudo chmod +x /usr/local/bin/cheatsheetz

🪟 Windows

Invoke-WebRequest -Uri https://github.com/cheatsheetz/cli/releases/latest/download/cheatsheetz-windows.exe -OutFile cheatsheetz.exe

Usage Examples

List All Cheat Sheets

cheatsheetz list

Shows all available cheat sheets organized by category

Search Tool

cheatsheetz search docker

Find cheat sheets related to Docker

View Cheat Sheet

cheatsheetz show git

Display the Git cheat sheet in your terminal