Hacker News new | ask | show | jobs
by res0nat0r 4539 days ago
Just use auto jump

https://github.com/joelthelion/autojump

3 comments

lighter (non python) alternative to autojump https://github.com/rupa/z
Since I discovered `z` I haven't typed in cd, except for changing into $HOME quickly.
I also use z
For those who aren't familiar with it, autojump learns directories that you use often. This eliminates the need to add specific bookmarks.
auto jump (or z) is so incredibly useful it should be built into the terminal. changed my life.
Fish[1] sort of has this built in. I explained more in another comment[2].

[1] http://fishshell.com/

[2] https://news.ycombinator.com/item?id=7043719