github gsamokovarov/jump v0.1.0
0.1.0

latest releases: v0.51.0, v0.50.0, v0.41.0...
8 years ago

A fuzzy quick-directory jumper. Kinda like autojump or z, but fuzzy.

Jump works its magic by keeping track of the directories you visit. It scores
to give you the best match for tour input. When integrated with your shell, the
j function is available. It let's you jump across directories with ease.

If you visit /Users/bob/Projects/moneymaker often, type j mk and jump
straight to it. Gone are the days of manual aliases for frequent project
directories.

Shell

To get the most out of jump, you have to integrate it with your shell. The
integration gives you the j shell function and the automatic tracking and
scoring.

bash

Put the line below in ~/.bashrc or ~/bash_profile:

eval "$(jump shell bash)"

zsh

Put the line below in ~/.zshrc:

eval "$(jump shell zsh)"

Don't miss a new jump release

NewReleases is sending notifications on new releases.