Claude Code Cheat Sheet

(cc.storyfox.cz)

Comments

bobjordan 7 hours ago
Surprised that my most used flag `--dangerously-skip-permissions` is not on it
comboy 8 hours ago
Wow /insights is genuinely useful, perhaps CLI should be pushing that as a tip, if one has enough sessions, instead of keep nagging me about the frontend developer skill which I already have installed

In general CLI could be more reliable and responsive though, it's a text based env yet sometimes feel like running windows 95 on 386dx

It seems clear from the insights that some model is marking failure cases when things went wrong and likely reporting home, so that should be extremely valuable to Anthropic

jvillasante 8 hours ago
Isn't this going to be stale in a week? Can you just tell Calude Code to generate a cheat sheet of itself?
phasE89 21 hours ago
I use Claude Code daily but kept forgetting commands, so I had Claude research every feature from the docs and GitHub, then generate a printable A4 landscape HTML page covering keyboard shortcuts, slash commands, workflows, skills system, memory/CLAUDE.md, MCP setup, CLI flags, and config files.

It's a single HTML file - Claude wrote it and I iterated on the layout. A daily cron job checks the changelog and updates the sheet automatically, tagging new features with a "NEW" badge.

Auto-detects Mac/Windows for the right shortcuts. Shows current Claude Code version and a dismissable changelog of recent changes at the top.

It will always be lightweight, free, no signup required: https://cc.storyfox.cz

Ctrl+P to print. Works on mobile too.

starburst 4 hours ago
Missing ctrl + s which stash your prompt so you can do slash command while being midway into writing a prompt
nizsle 6 hours ago
I was told the hot new programming language was English
jerrygoyal 16 hours ago
I recently switched from the CC terminal to the CC VS Code extension, and I like it better.
thoughtpeddler 1 hour ago
Would be useful to know which of these overlap with the Claude Cowork desktop app.
AndyNemmity 5 hours ago
This is why I created the /do router. I don't want to have to think about what options there are, I want everything automatically routed so I can be blissfully unaware.

https://github.com/notque/claude-code-toolkit

prideout 3 hours ago
What does the "Session Picker" section refer to? Claude Code does not have a session picker, as far as I can tell.
kxrm 20 hours ago
CMD + V to paste an image is wrong.

On Mac it's the same as Windows, CTRL + V.

You use CMD + V to paste text.

bingemaker 16 hours ago
Nice work. Under "MCP" section, "Local" shouldn't be prepended with "~". It should just be `.claude.json (per project)`
guessmyname 19 hours ago
There’s actually a lot more environment variables:

edit: removed obnoxious list in favor of the link that @thehamkercat shared below.

My favorite is IS_DEMO=1 to remove a little bit of the unnecessary welcome banner.

williamcotton 18 hours ago
Undo (typing):

  Ctrl + _ (Ctrl + underscore)
Applies to the line editor outside of CC as well.
bibimsz 20 hours ago
Thanks for putting this together! It's really nice to have a quick reference of all the features at a glance — especially since new features are being added all the time. Saves a lot of digging through docs.
plantain 19 hours ago
Shocking how far ahead Claude Code is from Codex on the CLI front.
jcims 19 hours ago
The link to the changelog on the page got me wondering what the change history looks like (as best we can see).

I asked chatgpt to chart the number of new bullet points in the CHANGELOG.md file committed by day. I did nothing to verify accuracy, but a cursory glance doesn't disagree:

https://imgur.com/a/tky9Pkz

AugustoCAS 11 hours ago
Are 'project rules' a thing?

> .claude/rules/.md Project rules

> ~/.claude/rules/.md User rules

or is it just a way to organise files to be imported from other prompts?

dangoodmanUT 19 hours ago
I think this is the argument for UIs - it should be self-explanatory since it's singificantly simpler than an IDE
amai 12 hours ago
Why do we still need cryptic commands for an AI?
levocardia 19 hours ago
It's missing the most important CLI flag! (--dangerously-skip-permissions)
deep_noz 6 hours ago
this is a new vim cheatsheet
artyom 17 hours ago
Wait, why do we need chat sheets for this like it's (gasp!) a programming language, tool or IDE?

it's almost like if the thing is not intelligent at all and just another abstraction on top of what we already had.

hooloovoo_zoo 18 hours ago
Proposition: Every power user feature added lowers Anthropic’s market cap $1B and OpenAI’s $10B.
airstrike 17 hours ago
personally I'm a fan of "ultrathink squared"
mrtz 21 hours ago
that is quite helpful, thanks!
apoorvdarshan 14 hours ago
dangerously skip permission is all u need
rk3000 14 hours ago
can you add a dark mode? its so bright.
zmmmmm 19 hours ago
If only there was some kind of tool that could answer helpful questions about technology instead of needing a cheat sheet.
EdNutting 7 hours ago
Ah yes, the AGI will have many toggle switches, just like intelligent humans :,-)
dirteater_ 18 hours ago
Ctrl + S - Stash
SilentM68 16 hours ago
Very useful :)
vasco 17 hours ago
Just ask it, this is not needed
whalesalad 18 hours ago
needs a literal /dark mode
ninininino 19 hours ago
This just exposes why UI like Codex, Cursor, T3 Code, Conductor, Intent, etc are necessary.

This is a bit intense.

droidjj 21 hours ago
The fact this needs to exist seems like a UX red flag.
dylan604 21 hours ago
Is something updated daily a good target to be printable?