ajeetdsouza / zoxide

A smarter cd command. Supports all major shells.
MIT License
22.02k stars 536 forks source link

Add support for bash autocd option #850

Closed PhoenixmitX closed 3 months ago

PhoenixmitX commented 3 months ago

If you use the bash autocd option, it will execute the cd -- path/to/dir command. Zoxide is not able to handle this, meaning that it is unable to find a match.

There is also a PR (#695) to fix this. The PR has two lines of code added to it, is over 4 months old, and has received no attention from the maintainers.

Since issues seem to get more attention, I hope this will get the maintainers' attention.

More information can be found in #695.

ajeetdsouza commented 3 months ago

Merged.