home.social

#zoxide — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #zoxide, aggregated by home.social.

  1. Nie wieder Pfade tippen! 🏎️ #toolsday

    **zoxide** – der smarte cd-Ersatz in Rust. Lernt deine Gewohnheiten per Frecency und katapultiert dich mit ein paar Buchstaben ans Ziel. fzf-Integration, keine Config, jede Shell. Einfach installieren, staunen.

    Wer's noch nicht kennt: absolute Empfehlung! Nutzt ihr zoxide schon, oder immer noch klassisches cd? 🐚

    Link: github.com/ajeetdsouza/zoxide

    #zoxide #CLI #Terminal #Linux #Rust #OpenSource #RadioTux #Productivity

  2. Nie wieder Pfade tippen! 🏎️ #toolsday

    **zoxide** – der smarte cd-Ersatz in Rust. Lernt deine Gewohnheiten per Frecency und katapultiert dich mit ein paar Buchstaben ans Ziel. fzf-Integration, keine Config, jede Shell. Einfach installieren, staunen.

    Wer's noch nicht kennt: absolute Empfehlung! Nutzt ihr zoxide schon, oder immer noch klassisches cd? 🐚

    Link: github.com/ajeetdsouza/zoxide

    #zoxide #CLI #Terminal #Linux #Rust #OpenSource #RadioTux #Productivity

  3. Nie wieder Pfade tippen! 🏎️ #toolsday

    **zoxide** – der smarte cd-Ersatz in Rust. Lernt deine Gewohnheiten per Frecency und katapultiert dich mit ein paar Buchstaben ans Ziel. fzf-Integration, keine Config, jede Shell. Einfach installieren, staunen.

    Wer's noch nicht kennt: absolute Empfehlung! Nutzt ihr zoxide schon, oder immer noch klassisches cd? 🐚

    Link: github.com/ajeetdsouza/zoxide

    #zoxide #CLI #Terminal #Linux #Rust #OpenSource #RadioTux #Productivity

  4. Nie wieder Pfade tippen! 🏎️ #toolsday

    **zoxide** – der smarte cd-Ersatz in Rust. Lernt deine Gewohnheiten per Frecency und katapultiert dich mit ein paar Buchstaben ans Ziel. fzf-Integration, keine Config, jede Shell. Einfach installieren, staunen.

    Wer's noch nicht kennt: absolute Empfehlung! Nutzt ihr zoxide schon, oder immer noch klassisches cd? 🐚

    Link: github.com/ajeetdsouza/zoxide

    #zoxide #CLI #Terminal #Linux #Rust #OpenSource #RadioTux #Productivity

  5. Nie wieder Pfade tippen! 🏎️ #toolsday

    **zoxide** – der smarte cd-Ersatz in Rust. Lernt deine Gewohnheiten per Frecency und katapultiert dich mit ein paar Buchstaben ans Ziel. fzf-Integration, keine Config, jede Shell. Einfach installieren, staunen.

    Wer's noch nicht kennt: absolute Empfehlung! Nutzt ihr zoxide schon, oder immer noch klassisches cd? 🐚

    Link: github.com/ajeetdsouza/zoxide

    #zoxide #CLI #Terminal #Linux #Rust #OpenSource #RadioTux #Productivity

  6. I already use #zoxide from terminal, found out there is a #emacs plugin which works with zoxide. The command zoxide-travel will search through directories available in it and open it in dired

  7. I already use #zoxide from terminal, found out there is a #emacs plugin which works with zoxide. The command zoxide-travel will search through directories available in it and open it in dired

  8. I already use #zoxide from terminal, found out there is a #emacs plugin which works with zoxide. The command zoxide-travel will search through directories available in it and open it in dired

  9. I already use #zoxide from terminal, found out there is a #emacs plugin which works with zoxide. The command zoxide-travel will search through directories available in it and open it in dired

  10. Spent the day mucking about with the blazingly fast #nushell which (once you get accustomed to the syntax) makes for a suprisingly suckless terminal workflow on Windows, especially when combined with #starship and #zoxide.

  11. Spent the day mucking about with the blazingly fast #nushell which (once you get accustomed to the syntax) makes for a suprisingly suckless terminal workflow on Windows, especially when combined with #starship and #zoxide.

  12. Spent the day mucking about with the blazingly fast #nushell which (once you get accustomed to the syntax) makes for a suprisingly suckless terminal workflow on Windows, especially when combined with #starship and #zoxide.

  13. Spent the day mucking about with the blazingly fast #nushell which (once you get accustomed to the syntax) makes for a suprisingly suckless terminal workflow on Windows, especially when combined with #starship and #zoxide.

  14. Spent the day mucking about with the blazingly fast #nushell which (once you get accustomed to the syntax) makes for a suprisingly suckless terminal workflow on Windows, especially when combined with #starship and #zoxide.

  15. 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.

    #zoxide #cd #shell #bash #zsh #cli

  16. 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.

    #zoxide #cd #shell #bash #zsh #cli

  17. 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.

  18. 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.

    #zoxide #cd #shell #bash #zsh #cli

  19. 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.

    #zoxide #cd #shell #bash #zsh #cli

  20. Oops, i am using zoxide for months or years by now only to discover `zi` (interactive mode) today.

    #Zoxide #Rust #TUI

  21. Oops, i am using zoxide for months or years by now only to discover `zi` (interactive mode) today.

    #Zoxide #Rust #TUI

  22. Oops, i am using zoxide for months or years by now only to discover `zi` (interactive mode) today.

    #Zoxide #Rust #TUI

  23. Oops, i am using zoxide for months or years by now only to discover `zi` (interactive mode) today.

    #Zoxide #Rust #TUI

  24. Oops, i am using zoxide for months or years by now only to discover `zi` (interactive mode) today.

    #Zoxide #Rust #TUI

  25. When your hard drive is so full that #zoxide cannot update its database…

  26. When your hard drive is so full that #zoxide cannot update its database…

  27. When your hard drive is so full that #zoxide cannot update its database…

  28. When your hard drive is so full that #zoxide cannot update its database…

  29. When your hard drive is so full that #zoxide cannot update its database…

  30. 🎄 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: britter.dev/blog/2025/12/01/ad

    #AdventOfDonations #zoxide #terminal

  31. 🎄 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: britter.dev/blog/2025/12/01/ad

    #AdventOfDonations #zoxide #terminal

  32. 🎄 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: britter.dev/blog/2025/12/01/ad

    #AdventOfDonations #zoxide #terminal

  33. 🎄 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: britter.dev/blog/2025/12/01/ad

    #AdventOfDonations #zoxide #terminal

  34. 🎄 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: britter.dev/blog/2025/12/01/ad

    #AdventOfDonations #zoxide #terminal

  35. #vistoPorAhí: comandos interesantes de #gnu #linux:

    z (cd++, zoxide)
    dust (du en rust)
    bat (cat++)
    dog (dig++)
    procs (ps++)
    eza (ls++)
    gping (ping++)

    Esto es una #notaMental para acordarme, si lo prueban, no me hago responsable 😝

    #zoxide #dust #bat #dog #dig #rust #procs #eza #ls #gping #ping

  36. #vistoPorAhí: comandos interesantes de #gnu #linux:

    z (cd++, zoxide)
    dust (du en rust)
    bat (cat++)
    dog (dig++)
    procs (ps++)
    eza (ls++)
    gping (ping++)

    Esto es una #notaMental para acordarme, si lo prueban, no me hago responsable 😝

    #zoxide #dust #bat #dog #dig #rust #procs #eza #ls #gping #ping

  37. #vistoPorAhí: comandos interesantes de #gnu #linux:

    z (cd++, zoxide)
    dust (du en rust)
    bat (cat++)
    dog (dig++)
    procs (ps++)
    eza (ls++)
    gping (ping++)

    Esto es una #notaMental para acordarme, si lo prueban, no me hago responsable 😝

    #zoxide #dust #bat #dog #dig #rust #procs #eza #ls #gping #ping

  38. #vistoPorAhí: comandos interesantes de #gnu #linux:

    z (cd++, zoxide)
    dust (du en rust)
    bat (cat++)
    dog (dig++)
    procs (ps++)
    eza (ls++)
    gping (ping++)

    Esto es una #notaMental para acordarme, si lo prueban, no me hago responsable 😝

    #zoxide #dust #bat #dog #dig #rust #procs #eza #ls #gping #ping

  39. #vistoPorAhí: comandos interesantes de #gnu #linux:

    z (cd++, zoxide)
    dust (du en rust)
    bat (cat++)
    dog (dig++)
    procs (ps++)
    eza (ls++)
    gping (ping++)

    Esto es una #notaMental para acordarme, si lo prueban, no me hago responsable 😝

    #zoxide #dust #bat #dog #dig #rust #procs #eza #ls #gping #ping

  40. I took me a while to find a working solution to run #kitty terminal via the "Terminal" feature of #macOS #alfred, so I published it on my #til site. The focus of the effort was actually #zoxide directory jumping from #Alfred, which you might also find helpful: charlbotha.com/til/zoxide-a...

    zoxide and kitty terminal in y...