maropark43 downloadsOpen a system terminal at the directory of the current note.
An Obsidian plugin that opens a system terminal at the directory of the current note — via right-click or the command palette.
Open terminal here from Ctrl/Cmd+P{dir} as the directory placeholdermain.js and manifest.json from the latest release<vault>/.obsidian/plugins/jump-to-terminal/Open Settings → Jump to Terminal to choose your preferred terminal per platform.
| Platform | Supported terminals |
|---|---|
| macOS | Terminal, iTerm2, Warp, Alacritty, kitty, Custom |
| Linux | GNOME Terminal, Konsole, Xfce Terminal, Alacritty, kitty, xterm, Custom |
| Windows | Windows Terminal, Command Prompt, PowerShell, PowerShell (legacy), Custom |
For Custom, enter any shell command using {dir} as the placeholder:
myterm --workdir={dir}
git clone https://github.com/maropark/obsidian-jump-to-terminal
cd obsidian-jump-to-terminal
npm install
# Watch mode (rebuilds on save)
npm run dev
# Production build
npm run build
Symlink into your vault for live testing:
ln -sf ~/Projects/obsidian-jump-to-terminal \
~/path/to/vault/.obsidian/plugins/jump-to-terminal
Then enable the plugin in Obsidian and use Ctrl+P → "Reload app without saving" after changes.
MIT