Lightweight prompt editor for Claude Code with a macOS native interface.
Hit Ctrl+G in Claude Code to edit your prompt in an overlay window:
- Edit prompts outside your terminal, with your keyboard and... mouse 🤯
@fileautocompleteCmd+Sto save and submit
Also:
- Syntax highlighting
- Light/dark theme that matches your system
- Window position and size remembered between sessions
brew install mnapoli/tap/prompteditInstall from DMG
Download the .dmg from Releases, open it, drag PromptEdit to Applications, then add it to your PATH:
ln -s /Applications/PromptEdit.app/Contents/MacOS/PromptEdit /usr/local/bin/prompteditBuild from source
npm install
npm run tauri build
# Binary at src-tauri/target/release/prompteditAdd to ~/.claude/settings.json:
{
"env": {
"EDITOR": "promptedit"
}
}Then press Ctrl+G in Claude Code to open PromptEdit.
