wting / autojump

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

Fix duplicate matches #645

Closed rico-chet closed 2 years ago

rico-chet commented 2 years ago

In addition to fixing #348, this removes support for older Python versions (i.e. other than 3.9) in testing rather rigorously, since I'm not spending my time on old stuff.

Even though this tool doesn't seem to be maintained anymore, this will enable the subscribers of #348 to cherry-pick the fix to their forks.

wting commented 2 years ago

Thanks for the PR, but removing Python 2 is a non-starter. I realize that Python 2 is EOL, but autojump is used in production at quite a few companies that are still running Python versions as old as 2.4.

rico-chet commented 2 years ago

Dropping older Python versions was the way for me to get going quickly. I requested another pull #646 which keeps the versions unchanged.