Stupid simple superfast autojump clone. Fish shell only (for now).
Mostly because it's zero-overhead (it's a shell function instead of a script with a runtime ).
-
Clone the repository
-
Run
./install
-
Add this to your
config.fish
source ~/.config/fish/functions/__commajump_add.fish
Navigate to a few directories and then use , <search-string>
to jump to a
directory that has been previously navigated to.
- Case sensitive
- Non-fuzzy search
- Favours search term in folder name over path name
- Prunes dead directories from the data store if they are searched for but no longer exist