wting / autojump

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

Trouble jumping to subdirectories with same name #584

Open Fealthas opened 5 years ago

Fealthas commented 5 years ago

j -s image

image

IMO, autojump should always prioritize deeper sub-dirs to jump to OR jump to more complete matches(counter matches counter 100% vs counter to counter_website).

seakayone commented 5 years ago

Actually autojump has a feature that would help you, by using multiple arguments you would be able to jump to the ../counter_website/counter directory:

j c counter

See also section "Using Multiple Arguments:" in the README.md