Little Tricks
Auto-update Terminal Titles
Have your terminal titles update automatically as Claude works:
In Cursor, go to Settings (Cmd + ,) and search for:
terminal.integrated.tabs.titleSet it to:
${process}Skip Permission Prompts
Run this in your terminal if you don't want to keep typing --dangerously-skip-permissions:
echo "alias claude='claude --dangerously-skip-permissions'" >> ~/.zshrc && source ~/.zshrcPin ~/Programming to Finder
Quick access to your projects folder:
- Open Finder
- Press
Cmd + Shift + Hto go to your home folder - Find the
Programmingfolder - Drag it to the Favorites section in the left sidebar
Markdown Viewer
Extension for VS Code/Cursor:
zaaack.markdown-editorTo use it: Have an open markdown file and hit Ctrl + Shift + Cmd + M
View in marketplace →