wting / autojump

A cd command that learns - easily navigate directories from the command line
Other
16.06k stars 702 forks source link

Add support for initials detection #652

Open opelr opened 2 years ago

opelr commented 2 years ago

Add support for detection initials (or, more realistically, ordered but non-consecutive partial string matches) on folder names.

For example, the path /usr/bin/CamelCaseFolder would be found via:

j ccf

Fixes #557