bookercodes / dotfiles

🎚 Configuration files for macOS and Linux
745 stars 67 forks source link

what is the `jump` command #23

Closed cytopia closed 7 years ago

cytopia commented 7 years ago

Hi,

I saw the jump alias in your configuration, but could not find this anywhere on the net. Could you point me to homepage or manpage please.

joshyrobot commented 7 years ago

After looking around a bit I found this: https://github.com/flavio/jump (I think this is whats being used, but I'm not sure)

bookercodes commented 7 years ago

Yeah, I use(d) this specifically.

It is really handy so, once you're in a directory like /Users/Alex/Code/dotfiles you can write mark <reference>, like this:

cd /Users/Alex/Code/dotfiles
mark dot

Then, you can write jump <reference> to cd there easily:

cd /
jump dot

Even more convenient when you alias jump as j 🙌

cytopia commented 7 years ago

Thanks :-)