Skip to content

ggingmin/pathzep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathZep

PathZep ~/

Copy file and folder paths from Finder to your clipboard — instantly.

A lightweight, native macOS utility that adds right-click context menu and global keyboard shortcuts for copying absolute or home-relative (~/) paths.

Download License macOS


Features

  • Absolute path — Copy the full POSIX path (e.g. /Users/me/projects/app/src/index.ts)
  • Relative path — Copy the home-relative path with tilde (e.g. ~/projects/app/src/index.ts)
  • Finder context menu — Right-click any file or folder in Finder
  • Global shortcuts — Configure custom hotkeys that work from any app
  • Menu bar app — Runs quietly in the menu bar, no Dock icon
  • Multi-select — Select multiple files and copy all paths at once (newline-separated)

Installation

Download (recommended)

  1. Download the latest DMG from Releases
  2. Open the DMG and drag PathZep.app to Applications
  3. Launch PathZep
  4. Enable the Finder extension:
    System Settings → Privacy & Security → Extensions → PathZep

Build from source

Requires Xcode 15+.

git clone https://github.com/ggingmin/pathzep.git
cd pathzep
./scripts/build-dmg.sh
open build/PathZep.dmg

Usage

Right-click in Finder

After enabling the extension, right-click any file or folder in Finder to see:

  • Copy Absolute Path — e.g. /Users/me/projects/app/src/index.ts
  • Copy Relative Path — e.g. ~/projects/app/src/index.ts

Global shortcuts

  1. Click the ~/ icon in the menu bar
  2. Select Shortcut Settings…
  3. Click a field and press your desired key combination (e.g. ⌃⌥⌘C)

Shortcuts work globally — copy paths from Finder while in any app.

Quick Actions (alternative)

If you prefer Automator Quick Actions over the Finder extension:

# Install
./AutomatorActions/install-quick-actions.sh

# Uninstall
./AutomatorActions/uninstall-quick-actions.sh

Quick Actions appear under right-click → Quick Actions in Finder.
You can assign keyboard shortcuts in System Settings → Keyboard → Keyboard Shortcuts → Services.

Requirements

  • macOS 12 Monterey or later
  • Intel and Apple Silicon supported

License

MIT


🌐 Available in 26 languages
English한국어日本語
简体中文繁體中文Español
FrançaisDeutschPortuguês
Русскийالعربيةहिन्दी
ItalianoNederlandsTürkçe
Tiếng ViệtไทยBahasa Indonesia
PolskiУкраїнськаSvenska
DanskSuomiNorsk
Bahasa Melayuעברית

About

The missing "Copy Path" for macOS Finder

Resources

License

Stars

2 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors