The Shell Path Copy plugin makes it easier to copy file and folder paths in formats that match your target system, whether you're working on Windows, macOS, Linux, or even a mobile device connected to a remote server. It integrates directly into the right-click menu and command palette, offering relative paths, absolute paths, and file:// URLs, all formatted appropriately for the platform. You can configure which options appear, choose how paths are wrapped to handle spaces, and get visual confirmation when a path is copied. This helps avoid manual edits when pasting into terminals, scripts, or AI assistants like Claude Code or Gemini CLI.
Obsidian URL Support 🔗
This release adds support for copying Obsidian protocol URLs for seamless cross-app integration.
What's New
- Copy as Obsidian URL: New option in context menu and command palette
- Generate
obsidian://open?vault=...&file=...URLs - Works on all platforms (desktop and mobile)
- Perfect for linking from task managers, external wikis, and automation tools
Use Cases
- Task Management: Link to notes from Todoist, OmniFocus, Things, or other task managers
- Automation: Create workflows with Shortcuts, Automator, or scripting tools
- Documentation: Cross-reference notes from external documentation systems
- Integration: Build custom integrations with other applications
How to Use
- Context Menu: Right-click any file → Copy as Obsidian URL
- Command Palette:
Ctrl/Cmd+P→ Shell Path Copy: Copy as Obsidian URL - Settings: Toggle visibility in Settings → Show Obsidian URL option
Also in This Release
- CHANGELOG.md: Added comprehensive changelog following Keep a Changelog standard
- Documentation: Updated Notebook Navigator compatibility information
- Repository: Cleaned up unnecessary files and improved .gitignore
Full Feature Set
Shell Path Copy now provides:
- ✅ Relative paths (Linux/Mac & Windows formats)
- ✅ Absolute paths (with configurable wrapping)
- ✅ file:// URLs (desktop only)
- ✅ Obsidian URLs (NEW)
- ✅ Markdown links (wiki-style & standard)
- ✅ Configurable path wrapping
- ✅ Platform-specific formatting
Compatibility
Works with Obsidian 0.15.0+ on desktop and mobile platforms.
For full changelog, see CHANGELOG.md