IntelliJ IDEA plugin that adds two buttons to the status bar for quick path copying.
- Copy Absolute Path — copies the full file path to clipboard
- Copy Relative Path — copies the path relative to the Git repository root (or project root as fallback)
- Go to
Settings → Plugins → Marketplace - Search for "Path Copier"
- Click
Install
- Download the latest release from Releases
- Go to
Settings → Plugins → ⚙️ → Install Plugin from Disk... - Select the downloaded
.zipfile
./gradlew buildPluginThe plugin zip will be in build/distributions/.
After installation, two icons appear in the status bar (bottom right):
| Icon | Action |
|---|---|
| Copy icon | Copy absolute path |
| Module icon | Copy relative path |
Just click the icon — the path is copied to your clipboard instantly.
- IntelliJ IDEA 2024.1+ (or other JetBrains IDEs based on IntelliJ Platform 241+)
- Git plugin enabled (for relative path from repo root)