#yazi #zoxide
https://gist.github.com/jacostag/44f040e8a3bbe20f73434fb5eb99fece
I evaluated zoxide as a cd replacement and decided against it.
zoxide does one trick — frecency-based (yes, that's a real word, it means frequency+recency) fuzzy directory jumping — and it's a genuinely great trick. `z foo bar` instantly finds the best-matching deep path. If that's your main pain point, zoxide is excellent.
But it can't replace cd. What breaks:
* No $CDPATH support (open issue since 2022, no fix coming)
* `cd old new` path substitution becomes a frecency search instead
* Flag pass-through (-q, -P, -L) doesn't work
* CDABLE_VARS (zsh) not supported
If you already use $CDPATH and the directory stack, zoxide's one trick doesn't justify the regressions. The frecency jump solves "navigate to deep paths from scratch" — but $CDPATH already solves that for directories you work in regularly.
I am sad. I really want this power.
🎄 Advent of Donations - Day 15 🎄
Today: Another piece of my keyboard driven terminal workflow. I'm sponsoring the zoxide project! zoxide keeps a list of all the places you've visited in the terminal and let's you jump to them without having to insert the full path of the directory.
Learn more about Advent of Donations and zoxide in my latest blog post update: https://britter.dev/blog/2025/12/01/advent-of-donations/#day-15---zoxide
Zoxide: A Better CD Command
https://github.com/ajeetdsouza/zoxide
#HackerNews #Zoxide #A #Better #CD #Command #zoxide #commandline #tools #productivity
Today as I was preparing emails with different bunches of attachments for my 2025 financial statements, I looked into faster directory navigation via Finder, so that I could use Dropover more effectively.