A simple macOS Finder extension that adds "Copy Path" to the right-click context menu.
- Copy Path - Copy the full path of any file or folder
- Copy Quoted Path - Copy the path with quotes (useful for terminal commands with spaces)
- Copy Folder Path - Right-click empty space in a folder to copy its path
./scripts/build.sh
./scripts/install.sh- Open CopyPath.app from /Applications
- Click "Open System Settings"
- Navigate to Extensions → Finder extensions
- Enable "CopyPath"
- macOS 13.0 (Ventura) or later
- Right-click any file or folder in Finder
- Select "Copy Path" or "Copy Quoted Path"
- The path is now in your clipboard
MIT