Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z v Zoxide... #331

Open
b9Joker108 opened this issue Apr 6, 2024 · 3 comments
Open

Z v Zoxide... #331

b9Joker108 opened this issue Apr 6, 2024 · 3 comments

Comments

@b9Joker108
Copy link

Hi

As your project commenced in 2009, was it the inspiration for Zoxide? The functionality of both projects appears largely commensurate, even if the implementations differ.

Thanks for your code!

Cheers
Beauford

@johnfb
Copy link

johnfb commented Aug 6, 2024

From the extended description

zoxide is a smarter cd command, inspired by z and autojump.
...

zoxide looks pretty interesting

@code-IM-perfect
Copy link

code-IM-perfect commented Dec 20, 2024

I only knew about zoxide before seeing this...This is written in sh so is probably slower in comparison, anyways the idea itself is awesome

@rodhash
Copy link

rodhash commented Jan 4, 2025

Long time Z user and recently I started playing with zoxide.. found some weird things but one in particular is this:

  1. Create a random dir structure
    mkdir -p ~/foo/2025/barrbaz

  2. Access it w/ cd so DB files update
    cd ~/foo/2025/barrbaz

  3. It now shows up in Z but in Zoxide seems to be partially there

  • With Z I could z 2025<tab> and I get in there

  • With zoxide I could enter z barrbaz<space><tab> but it doesn't seem to work for a dir in the middle like z 2025<space><tab>

I really like the first one, this is useful when I forget the dir structure and I use the FzF to get there. And I just need to hit a single <tab> for completion.

Not sure this is a bug or feat on Zoxide but the FzF fuzzy searching feels a bit better on Z.

Performance wise I see no difference at all between them on my M1 16GB. Score system on Zoxide tho seems quite interesting.

Right now I have both installed to better test and understand them (specially Zoxide) but so far I keep using Z more often.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants