As developers, we live in the terminal. And for me, living in the terminal is a choice for two things: speed and coolness.
But let's be honest, typing cd ../../../some/deep/workspace over and over again is neither fast nor cool. You either have to remember the exact path or frantically spam the TAB key.
That's why I built Proton-T — a smarter, faster cd alternative that actually learns your workflow.
What is Proton-T?
Proton-T allows you to "jump" to your most frequently used directories in just a few keystrokes. It works seamlessly across all major shells (Bash, Zsh, Fish, PowerShell) and uses a smart Frecency + Intent matching algorithm to understand exactly where you want to go.
Forget about absolute paths. Just type what you remember.
✨ How it works (The Magic)
Proton-T doesn't just do dumb string matching. It calculates intents:
🧠 Frecency Engine: It balances frequency (how often you visit) and recency (how recently you visited). It ages gra
Discussion
Leave the first comment
Be the first to leave a mark on this discussion.