Stop typing.
Start hopping.

The zero-dependency directory jumper for SREs and Devs who move fast.

$ curl -sL https://install.hop2.tech | bash Copy
hop2 demo

The hop2 Workflow

Save hours of typing by aliasing your most frequent paths and scripts.

1. Directory Jumps
# Add your project root
$ hop2 add work ~/dev/centralus/infra-core
✅ Added 'work'

# Jump there from anywhere
$ hop2 work
🚀 Switched to ~/dev/centralus/infra-core
2. Command Aliases
# Alias a complex kubectl command
$ hop2 cmd logs "kubectl logs -f -l app=nginx"
✅ Alias 'logs' created

# Run it instantly
$ hop2 logs
... (streaming logs)

Built for the Flow State

High-density features for high-performance engineers.

🗃️

Atomic SQLite

Manage all shortcuts in a single, portable database file. Fast and crash-proof.

hop2.db
🖇️

Powerful Aliasing

Not just paths. Alias full docker or kubectl strings with arguments.

🐚

Shell Agnostic

Native support for Bash, Zsh, and PowerShell on Linux, macOS & Windows.

💨

No Reloads

Add a shortcut, use it instantly in every open terminal. No sourcing required.

Get Started

$ curl -sL https://install.hop2.tech | bash Copy