A Local WP add-on that gives you quick developer shortcuts — open a terminal, launch Claude Code, copy folder paths, or reveal folders in Finder — all from within Local's site interface.
- Open Terminal — Open any WordPress folder in your preferred terminal (Ghostty > iTerm > Terminal.app on macOS)
- Claude Code — Launch Claude Code in a new terminal window at any site folder
- Copy Path — Copy the full path of any WordPress folder to your clipboard
- Reveal in Finder — Open the selected folder in Finder / Explorer / file manager
The folder picker shows all key WordPress directories grouped by category:
- WordPress — Root, wp-content, plugins, themes
- Plugins — Each installed plugin's directory
- Themes — Each installed theme's directory
-
Clone or download this repo into your Local add-ons directory:
- macOS:
~/Library/Application Support/Local/addons - Windows:
C:\Users\<username>\AppData\Roaming\Local\addons - Linux:
~/.config/Local/addons
- macOS:
-
Install dependencies and build:
cd local-addon-dev-shortcuts npm install npm run build -
Restart Local and enable the add-on in Preferences > Add-ons
ln -s /path/to/local-addon-dev-shortcuts ~/Library/Application\ Support/Local/addons/dev-shortcuts- Select a site in Local
- Go to the Tools tab
- Click Dev Shortcuts
- Choose a folder from the dropdown
- Click any action button
Opens in the first available terminal: Ghostty > iTerm > Terminal.app
Opens in the first available terminal: Windows Terminal > cmd.exe
Opens in the first available terminal: gnome-terminal > konsole > xfce4-terminal > xterm
# Install dependencies
npm install
# Build
npm run build
# Watch for changes
npm run watch
# Lint
npm run lintMIT
