Skip to content

Kikolator/proj-jumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proj‑jumper

proj‑jumper is a lightweight Z‑shell plugin that lets you jump straight into any project folder under a single development root -- perfect when that root lives on a removable drive.

proj listy        # → /Volumes/dog_house/development/projects/listy
proj              # fuzzy‑pick a project (needs fzf)
proj config ~/code # one‑time helper to set a different root

Features

  • Smart root check – warns if the volume isn't mounted instead of failing.
  • One‑word proj <name> – faster than typing long paths.
  • Interactive picker – choose from a fuzzy list when you just run proj (uses fzf if available).
  • Tab completionproj sa<Tab>proj savage.
  • Config helperproj config /path adds export PROJ_DEV_ROOT=/path to your .zshrc.

Installation (macOS Homebrew)

brew tap kikolator/proj
brew install proj-jumper

Enable in Oh My Zsh

# one‑time link
ln -s "$(brew --prefix)/opt/proj-jumper/share/proj-jumper" \
      "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/proj-jumper"

# add the plugin name to ~/.zshrc, then reload
plugins=(... proj-jumper)
source ~/.zshrc

_proj‑jumper works with any Z‑plugin manager that honours _.plugin.zsh files,
but Homebrew is the only distribution channel for now.*


Usage

Action Command Result
Jump to a project proj savage cd into savage
Pick interactively proj fuzzy list via fzf
List projects (no fzf) proj prints directory names
Tab‑complete proj li<Tab> expands to listy
Set a new root proj config ~/code writes export PROJ_DEV_ROOT=~/code to .zshrc

Environment variables

Variable Purpose
PROJ_DEV_ROOT Override the default root ($HOME/development).

Requirements

  • Zsh 5.0+
  • Optional: fzf for the interactive picker.

License

MIT © 2025 Kikolator

About

A simple zsh plugin that helps jumping to a project. No more cd commands...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages