Discussion
Claude Code Cheat Sheet
dylan604: Is something updated daily a good target to be printable?
droidjj: The fact this needs to exist seems like a UX red flag.
sunrunner: > Ctrl-F "help"> Ctrl-F "h"> 0 results foundInteresting set of shortcuts and slash commands.
kylehotchkiss: ugh we were promised a brave new world and still have the same crap printers
AIorNot: just buy a mac mini, septup an openclaw instance to track changes on this and call your printer, also order new paper when it runs out :)
erksa: If you align your printer and desk just right, youll have the new cheatsheet sliding onto your desk before Claude's even done updating itself.
munk-a: Yeah, I think it is. It's printable if you want to have a hard copy and it's up to you when to check for a new version. Since it's auto-updated (ideally) no matter when you visit the site you'll get the most up to date version as of that day. The issues (which I don't think this suffers from) would be if formatting it nice for printing made it less accurate or if updating it regularly made it worse for printing - these feel like two problems you can generally solve with one fix, they aren't opposed.
phasE89: 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.czCtrl+P to print. Works on mobile too.
ltheanine: > Ctrl+P to print. Works on mobile too.There’s something funny about this statement on a description of a key bind cheat sheet. I can’t seem to find ctrl on my phone and I think it may be cmd+p on mac.
rtaylorgarlock: Reminds me of Vercel's Rauch talking about his aggressive 'any UX mistake is our fault, never the user's' model for evaluating UIX. (It is/was Guillermo who says that, right?)
conception: This should be all of Information Technology’s take. Your computers get hacked - IT’s fault. Users complain about how hard your software is or that it breaks all the time - IT’s fault.The fact users deal with almost everything being objectively not very good if not outright bad is a testament to people adapting to bad circumstances more than anything.
mynegation: Classical coreference resolution failure.
guessmyname: There’s actually a lot more environment variables: * ANTHROPIC_API_KEY * ANTHROPIC_AUTH_TOKEN * ANTHROPIC_BASE_URL * ANTHROPIC_BEDROCK_BASE_URL * ANTHROPIC_BETAS * ANTHROPIC_CUSTOM_MODEL_OPTION * ANTHROPIC_CUSTOM_MODEL_OPTION_NAME * ANTHROPIC_CUSTOM_MODEL_OPTION_DESCRIPTION * ANTHROPIC_DEFAULT_HAIKU_MODEL * ANTHROPIC_DEFAULT_OPUS_MODEL * ANTHROPIC_DEFAULT_SONNET_MODEL * ANTHROPIC_LOG * ANTHROPIC_MODEL * ANTHROPIC_SMALL_FAST_MODEL * AWS_BEARER_TOKEN_BEDROCK * BASH_DEFAULT_TIMEOUT_MS * BASH_MAX_TIMEOUT_MS * CLAUDE_BASH_MAINTAIN_PROJECT_WORKING_DIR * CLAUDE_BASH_NO_LOGIN * CLAUDE_CODE_ACCOUNT_UUID * CLAUDE_CODE_API_KEY_HELPER_TTL_MS * CLAUDE_CODE_DISABLE_1M_CONTEXT * CLAUDE_CODE_DISABLE_BACKGROUND_TASKS * CLAUDE_CODE_DISABLE_CRON * CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS * CLAUDE_CODE_DISABLE_GIT_INSTRUCTIONS * CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC * CLAUDE_CODE_DISABLE_TERMINAL_TITLE * CLAUDE_CODE_ENABLE_TASKS * CLAUDE_CODE_EXIT_AFTER_STOP_DELAY * CLAUDE_CODE_FILE_READ_MAX_OUTPUT_TOKENS * CLAUDE_CODE_MAX_OUTPUT_TOKENS * CLAUDE_CODE_ORGANIZATION_UUID * CLAUDE_CODE_PLUGIN_CACHE_DIR * CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MS * CLAUDE_CODE_PLUGIN_SEED_DIR * CLAUDE_CODE_PROXY_RESOLVES_HOSTS * CLAUDE_CODE_SESSIONEND_HOOKS_TIMEOUT_MS * CLAUDE_CODE_SHELL * CLAUDE_CODE_SHELL_PREFIX * CLAUDE_CODE_SIMPLE * CLAUDE_CODE_TMPDIR * CLAUDE_CODE_USER_EMAIL * CLAUDE_PROJECT_DIR * DISABLE_AUTOUPDATER * DISABLE_INTERLEAVED_THINKING * ENABLE_CLAUDEAI_MCP_SERVERS * ENABLE_TOOL_SEARCH * FORCE_AUTOUPDATE_PLUGINS * IS_DEMO * MCP_TIMEOUT * NODE_EXTRA_CA_CERTS * NO_PROXY
zmmmmm: If only there was some kind of tool that could answer helpful questions about technology instead of needing a cheat sheet.
levocardia: It's missing the most important CLI flag! (--dangerously-skip-permissions)