Cheat Sheets
Look up 219 cheat sheets for CLI tools and web development in the browser — with sheet picker, command search, syntax highlighting, and copy-to-clipboard.
Quick reference for the command line
You know the command, just not the exact flag. You know git, docker, or rsync can do it — the syntax is simply gone. That's what the Cheat Sheets are for: a searchable collection of 219 reference sheets for CLI tools, package managers, and web development that gets the right command on screen in seconds — no man page, no tab-hopping to a search engine.
You pick a sheet at the top (the default is Git), the tool loads the matching commands, and you filter them live by keyword. Each entry shows the command, a short explanation, and — where it helps — a concrete example. One click on the clipboard icon and the command is on your clipboard. All in the browser, no account, no installation.
It's built for everyone who lives in the terminal: developers juggling a dozen tools who don't have every option memorized; DevOps and admin folks who need nginx, systemctl, ufw, or restic at hand; and anyone learning a new tool who wants a compact, reliable overview instead of a 400-line man page.
What's inside: 219 sheets in 21 categories
The collection covers the full range of the command line — from the shell through containers and databases to backup, networking, and web servers. The sheets are grouped into 21 thematic categories so you can find what you need even when you don't recall the exact tool name:
- Shells — Bash, Zsh, Fish, tmux, GNU Screen, Vim, nano, Midnight Commander
- Development — Git, GitHub CLI (
gh), Composer, npm, pnpm, Yarn, Node.js, PHP, Python, pip, Make, Claude Code, Regex Reference - Containers & Environments — Docker, Docker Compose, Podman, kubectl, Helm, DDEV, OrbStack, Vagrant
- Remote & Backup — SSH, scp/sftp, rsync, restic, rustic, BorgBackup, Rclone, duplicity, rdiff-backup, Mosh, Nextcloud
occ - Networking —
dig,ip,nmap,tcpdump,ss, OpenSSL, WireGuard, iptables, nftables, and more - Web Servers — NGINX, Apache, Caddy, Traefik, FrankenPHP, Certbot,
.htaccess - Text Processing —
grep,sed,awk,jq,yq,fzf,cut,sort,xargs, and friends - System & Monitoring —
systemctl,journalctl,ps,top,htop,crontab,nohup,kill, and more - Databases — MySQL/MariaDB,
psql(PostgreSQL), Redis CLI, mongosh, SQLite3 - Package Managers (OS) —
apt,dnf,apk, Homebrew,dpkg,rpm - Image Processing — ImageMagick (
convert/magick,mogrify,identify…), gifsicle, OptiPNG, pngquant, SVGO, jpegtran - … plus Archives & Compression, CMS & Frameworks, HTTP & Transfer, Infrastructure & Cloud, Languages & Build, Load Testing, macOS, Security, Windows & WSL, and File Management.
The features in brief
- Sheet picker — a searchable dropdown lists all 219 sheets grouped by category; a search field filters the list by tool name, and arrow keys plus Enter navigate it from the keyboard.
- Command search — a
Searchfield filters the commands of the currently loaded sheet live by keyword; a counter shows how many commands are visible. - Section navigation — a
Sectiondropdown jumps straight to a section of the sheet (e.g. "Branching" in Git). - Display — every command with a short description and an optional example; examples are syntax-highlighted (highlight.js).
- Copy-to-clipboard — a dedicated copy button for each command and each example.
- Deep links — every sheet has its own URL via the hash (
#docker) that you can share and bookmark.
Architecture: static sheets, logic in the browser
The tool is deliberately lean: the page serves the full, category-grouped sheet list statically. When you pick a sheet, the JavaScript loads its JSON file on demand (data/<id>.json), keeps it in memory, and renders the sections and commands right in the browser. There is no server-side processing of the display and no account — once a sheet has loaded, everything happens client-side. Each of the 219 sheets is its own data source, which keeps the collection maintainable and fast.
Look it up now
→ Open the Cheat Sheets — pick a sheet, type a keyword, copy a command. Right in the browser, free, no sign-up. A hash link drops you straight onto the right sheet, e.g. /tools/cheatsheet/#docker.
Related JPKCom tools
Other tools from the code-and-text corner that pair well with working on the command line and in code:
- Regex tool — build and test regular expressions live; complements the "Regex Reference" sheet with an interactive tester.
- Source tool — view, format, and tidy up source code.
- Coder tool — encode and decode text and data (Base64, URL, JWT, and more).
There's more on the subpages: the manual with every feature and a sheet's data structure, examples for typical lookup workflows, and a collection of tips & tricks.