Claude Code Cheat Sheet
21–30 of 215 posts
Shocking how far ahead Claude Code is from Codex on the CLI front.
Re: Claude Code Cheat Sheet
#22I think this is the argument for UIs - it should be self-explanatory since it's singificantly simpler than an IDE
Re: Claude Code Cheat Sheet
#23There’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.
Re: Claude Code Cheat Sheet
#24If only there was some kind of tool that could answer helpful questions about technology instead of needing a cheat sheet.
Re: Claude Code Cheat Sheet
#25There’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.
Re: Claude Code Cheat Sheet
#26It's missing the most important CLI flag! (--dangerously-skip-permissions)
Re: Claude Code Cheat Sheet
#27This just exposes why UI like Codex, Cursor, T3 Code, Conductor, Intent, etc are necessary.
This is a bit intense.
Re: Claude Code Cheat Sheet
#28The 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:
Re: Claude Code Cheat Sheet
#29needs a literal /dark mode
Re: Claude Code Cheat Sheet
#30Undo (typing):
Ctrl + _ (Ctrl + underscore)
Applies to the line editor outside of CC as well.