⚡
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 listShows all available cheat sheets organized by category
Search Tool
cheatsheetz search dockerFind cheat sheets related to Docker
View Cheat Sheet
cheatsheetz show gitDisplay the Git cheat sheet in your terminal