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.
Release 1.14.0 - Major Feature Release
This release significantly expands the plugin's capabilities with markdown link support and enhanced absolute path functionality, making it even more powerful for AI assistant workflows and documentation creation.
🆕 Major New Features
Copy as Markdown Link
- Wiki-style links:
[[filename]](default, perfect for Obsidian) - Standard markdown:
[filename.md](path)(universal compatibility) - New settings to control markdown link visibility and format
- Added context menu and command palette integration
- Enhanced path format examples to include markdown links
- Maintains consistency with existing path copying functionality
Enhanced Absolute Path Support
- OS-specific absolute path commands: Now shows "Copy as absolute Windows path" or "Copy as absolute Linux/Mac path" based on your operating system
- Improved absolute path handling with better cross-platform support
- Enhanced path wrapping options for absolute paths
🔧 Technical Improvements
- Comprehensive settings integration for all new features
- Smart filename handling for different markdown formats
- Maintains backward compatibility with all existing functionality
- Enhanced UI with better format examples and descriptions
📋 Complete Feature Set
The plugin now provides comprehensive path copying for:
- Shell commands (original purpose) - relative paths for terminal use
- Absolute paths - full system paths with OS-specific labeling
- File URLs -
file://links for external applications - Markdown links - both Obsidian wiki-style and standard markdown
Perfect for:
- AI assistant workflows (Claude Code, Gemini CLI, etc.)
- Documentation creation and note-taking
- Cross-platform development
- File referencing in external tools
🎯 Default Settings
- Markdown links: Enabled with Wiki-style format as default
- Path wrapping: Backticks (shell-friendly)
- Absolute paths: Enabled on desktop platforms
- Notifications: Enabled
📱 Platform Support
- Desktop: Full functionality including absolute paths and file URLs
- Mobile: Relative paths and markdown links (absolute paths not available on mobile platforms)
This release represents a major expansion of the plugin's utility while maintaining its core focus on shell-friendly path copying for AI coding workflows.