Project Jumper is a tiny, installable Zsh package that lets me jump to my dev projects using a single terminal command:
proj my-app
It’s a clean replacement for cd ~/development/projects/..., removing repetitive typing and keeping context-switches snappy.
I built it to improve my own developer workflow—it’s early-stage, not public-facing or widely adopted yet—but reflects how I think: small, purposeful tools that reduce friction.
Skills Demonstrated
CLI Tool Design – Functional bash/zsh scripting with install script
Developer Workflow Design – Focused on real-world time-savers
Rapid Build – Concept to working version in under a day
Open Source Packaging – Structuring the project for reuse and sharing