A Raycast extension to quickly search and paste paths from your zoxide database.
- Search your zoxide directory history from Raycast
- Paste or copy paths with a keystroke
- Paths sorted by zoxide's frecency score
- Configurable base path to scope searches (e.g.
~/Projects)
- zoxide must be installed
- Download the latest
raycast-zpath-v*.zipfrom Releases - Unzip the archive
- Open Raycast and run the Import Extension command. Select the unzipped folder.
git clone https://github.com/Thomas-Vos00/raycast-zpath.git
cd raycast-zpath
npm install
npm run buildOpen Raycast and run the Import Extension command. Select the raycast-zpath directory.
| Preference | Description | Default |
|---|---|---|
| Base Path | Default search path, pre-filled on launch | — |
| Zoxide Binary Path | Path to the zoxide binary | /opt/homebrew/bin/zoxide |
| Action | Shortcut | Description |
|---|---|---|
| Paste Path | Enter |
Paste the ~/-shortened path |
| Copy Path | ⌘ + ⇧ + C |
Copy the ~/-shortened path |
| Paste Full Path | ⌘ + F |
Paste the full absolute path |
MIT