Hacker News new | ask | show | jobs
by brbsix 1891 days ago
I use `autojump` (aliased as `j`), which sounds quite similar as it also records your most frequently visited directories. It's as simple as entering `j down` to enter /some/path/to/MyDownloadFolder.

For exploring massive file trees, a terminal file manager that allows you to preview the contents of subdirectories without entering them is huge time saver. I use `lf`.

https://github.com/wting/autojump

https://github.com/gokcehan/lf

1 comments

Autojump is great. Another similar one with less functionality but a stripped down script is "bashmarks":

https://github.com/huyng/bashmarks