agkozak / zsh-z

Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.
MIT License
1.92k stars 77 forks source link

Info: Ranger plugin #71

Open rc2dev opened 1 year ago

rc2dev commented 1 year ago

First of all, thanks for this great tool.

I just switched from zoxide and missed a plugin for ranger. So I started to put one together here. Feel free to comment and suggest improvements.

Best regards.

agkozak commented 1 year ago

Good to hear from you! I don't use ranger, but I remember trying it a while back and being impressed. There was another person who developed a plugin for zsh-z; you can find it here (we discussed it in issue #55). I don't have time to play around with either this week, but perhaps you can tell me how the two plugins compare? Thanks!

rc2dev commented 1 year ago

Hi Alexandros,

Good to hear from you.

I'm aware of the plugin you mentioned, but it seems to have dropped zsh-z support. The README now only mentions rupa/z, and when trying to use it with zsh-z it throws an error (as it calls _z instead of zshz).

As for other differences, for now my plugin has these extra features:

Best regards. :)

agkozak commented 1 year ago

That sounds great. In about a week I'll be finished with a big project, and then I'll give your plugin a try.

mhagnumdw commented 3 months ago

I just switched from zoxide

Hi @rc2dev , can you say why? I'm exploring these plugins. Tks!

rc2dev commented 3 months ago

Hi @mhagnumdw,

At that time (as I remember) my reasons were mainly:

Having said that, I've gone back to zoxide for the following reasons:

I hope this helps you!