10 essential cheatsheets for your daily workflow. Stop Googling the same commands — pin them next to your monitor.
Every cheatsheet is designed for quick scanning — find what you need in seconds, not minutes.
git rebase -i HEAD~3
git stash pop
git cherry-pick <hash>
Covers branching, merging, rebasing, stashing, and undoing changes.
docker compose up -d
docker exec -it <id> bash
Covers containers, images, volumes, networks, and compose files.
type Union = A | B
interface Props { name: string }
Covers types, interfaces, generics, utility types, and type guards.
SELECT * FROM users
WHERE created_at > NOW()
- INTERVAL '7 days'
Covers joins, subqueries, aggregations, window functions, and indexes.
find . -name "*.log" -mtime +7 -delete
awk '{print $1}'
Covers file ops, text processing, process management, and networking.
const [state, setState] = useState()
useEffect(() => {}, [])
Covers useState, useEffect, useContext, useRef, useMemo, and custom hooks.
grid-template-columns:
repeat(auto-fit,
minmax(200px, 1fr))
Covers grid layouts, flexbox alignment, and responsive patterns.
/^[\w.-]+@[\w.-]+\.\w{2,}$/
email
/\b\d{1,3}(\.\d{1,3}){3}\b/
IP address
Covers common patterns, groups, lookaheads, and quantifiers.
ciw
change inner word
:%s/old/new/g
find & replace
Covers navigation, editing, visual mode, macros, and registers.
Cmd+Shift+P
command palette
Cmd+D
select next occurrence
Covers editing, navigation, terminal, debugging, and extensions.
Because your brain has better things to remember than command flags.
Everything you keep searching for, organized in one place and always within reach.
Designed for print. Tape them to your wall, desk, or wherever you code.
Thoughtfully laid out with syntax highlighting and visual hierarchy you actually want to look at.
Curated for real-world usage. No obscure flags — just the commands you actually need every day.
Professionally crafted reference sheets, ready to use the moment you download.
Crisp on any screen, from Retina displays to 4K monitors.
Optimized for both A4 and US Letter paper sizes.
Each cheatsheet comes in both variants to match your setup.
Color-coded examples that are easy to scan at a glance.
Logical groupings so you find commands in seconds.
New versions and improvements delivered at no extra cost.
Get all 10 cheatsheets for just $9. That's less than a dollar per cheatsheet.
Get the Cheatsheet Bundle — $9Want everything? Get the Complete LaunchKit Bundle — all 3 products for $99