home.social

#zoxide — Public Fediverse posts

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

fetched live
  1. Tinted — то, из‑за чего ты захочешь использовать терминал

    Всем привет! Меня зовут Илья, я frontend‑разработчик. Но сегодня хочу поговорить не о JavaScript, а о терминале. Несмотря на то, что я уже много лет работаю разработчиком, активно пользоваться терминалом я начал всего около года назад. До этого терминал для меня был просто местом, где запускается сборка проекта, немного Git и иногда еще пара команд. Думаю, у многих так же. Обычно мысли о терминале вызывают ступор. Кажется, что это что‑то непонятное, черно‑зеленое и предназначенное только для «настоящих программистов», и на практике большинство ограничивается npm run dev , git status и на этом все. В этом гайде я хочу показать, как можно превратить терминал в красивую и удобную среду разработки, которая не уступает IDEA и другим редакторам. Сразу оговорюсь: речь пойдет исключительно о терминале, а не о NeoVim . NeoVim — это отдельная большая тема.

    habr.com/ru/articles/1071228/

    #терминал #cli #zsh #alacritty #Tinted #starship #zoxide #homebrew #настройка_терминала

  2. Tips for all the other terminal n00bs who are trying to live with coding agent CLIs: install Zoxide to make directory navigation enjoyable.

    z [a few chars from recently visited directory] is all it takes now for me to get where I want, both in WSL and PowerShell.

    zoxide.org

    #Zoxide

  3. 🚀 ARCH TIP #004

    Spostarsi tra le cartelle

    Con cd ti sposti, con zoxide ti teletrasporti.

    Installazione:

    sudo pacman -S zoxide

    Utilizzo:

    z

    Lo conoscevi?

    👇 Scrivilo nei commenti.

    💾 Salva il post per ritrovarlo quando ti servirà.
    🐧 Segui la pagina per un tip Arch Linux ogni giorno.

    #archlinux
    #linux
    #opensource
    #linuxdesktop
    #terminal
    #sysadmin
    #programming
    #hyprland
    #neovim
    #linuxlife
    #linuxcommunity
    #linuxtips
    #zoxide
    @linux
    @[email protected]
    instagram.com/p/DZMM--viBH-/?i

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

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

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

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

    #Zoxide #Rust #TUI

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

  10. 🎄 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

  11. #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

  12. Last chance to get your SysAdmin Day gift: Don't miss the latest installment of 10 Terrific Tools for the Busy Admin! You get articles about open source tools and utilities for your admin toolbox from us and our partner @hetzner

    Download your copy before it's gone on August 31st!
    mailchi.mp/admin-magazine.com/
    #SysAdminDay #OpenSource #tools #utilities #Snap #Flatpak #DiffPDF #WireGuard #electerm #zoxide #tasksel #PackageManger

  13. @borokov tu connais #zoxide github.com/ajeetdsouza/zoxide ? Je pourrais plus m’en passer moi (j’utilisais autojump dans le même genre avant).

  14. Oxidando o rustizando la terminal de Linux. #rustlang nos aporta un nuevo ecosistema para aportar a nuestras utilidades y flujos de trabajo en la terminal. No se trata de estar implementados en Rust, son implementaciones que aprovechan a modernizar las utilidades y nos aportan información extra o flujos con menos pasos.

    Te comento de mis recomendaciones cosmoscalibur.com/es/blog/2025

    #zoxide #alacritty #zellij #helix #starship

  15. Terminal users!
    What you should never forget to install on a fresh linux:

    #starship - fancy prompt
    #atuin - next-gen shell history
    #zoxide - teleport in file system
    #fishshell - command line vim keybindings

    What are YOUR must have not to feel naked?? 😯

    #linux #nixos #archlinux #debian

  16. The 3 levels of #linux filesystem navigation speed!

    1. Navigate using the cd command with the directory path.
    $ cd ./my/path

    2. Remove cd and only write the path 😏
    $ ./my/path

    3. Teleport to your path using keywords 😯(#zoxide)
    $ z my path

    #bash #zsh #fishshell

  17. @drwx oh yeah, I use a bunch of those also. I couldn't live without #zoxide

    I'm pretty comfortable using #busybox utils for most things, but my go-to file manager is #shfm, a completely POSIX shell rewrite of #nnn

  18. @gutocarvalho mais um projeto interessante pra conta, o Zoxide, que é um CD (change Directory) com esteróides. Muito bacana mesmo.

    github.com/ajeetdsouza/zoxide

    #Zoxide #cd #Rust

  19. #Zoxide - Schneller #Verzeichniswechsel:

    Wer im #Linux-Terminal schnell zwischen Verzeichnissen wechseln möchte, findet mit diesem Werkzeug eine Lösung.

    gnulinux.ch/zoxide-schneller-v

  20. Zoxide - Schneller Verzeichniswechsel

    Wer im Linux-Terminal schnell zwischen Verzeichnissen wechseln möchte, findet mit diesem Werkzeug eine Lösung.

    #Zoxide #Verzeichnis #Ordner #wechseln #Schneller #Linux

    gnulinux.ch/zoxide-schneller-v

  21. I wonder whether there are still people who often use a terminal who have never heard about . If you live in a terminal and haven't heard about it yet, **please** do yourself a favor and look it up. I've started using it about 2 years ago and I could never live without it again.

    It might be time for me to donate to this project as it is one of my favorite tools.

    github.com/ajeetdsouza/zoxide

  22. Auf meinem Geschäftsrechner #thunar mit #yazi ausgetauscht.
    Finde immer mehr Gefallen daran. Vor allem die Integration von #zoxide und #fd sind ne feine Sache. Kann man sehr flott navigieren.
    Einzig und allein das Öffnen von Dateien mit dem falschen oder gar keinem mime macht Probleme.

    #linux #opensuse #hyprland #filemanager

  23. #zoxide erfährt aktuell viel Aufmerksamkeit.
    Taucht in vielen Berichten auf. Gut so! Tolle Software!

    #linux #opensuse #hyprland

  24. So TIL that to get back in the directory you were in before, you can just do "cd -".

    (that also works in zoxide, in case you use that for filesystem navigation)

    Also, turns out, you can just switch back to the git branch you were in previously with "git checkout -". And "-" is usable as a "previous state" type argument in other git commands.

    I love learning things like this!

    #zoxide #git

  25. Exprimiendo la terminal con Fish, zoxide y just n
    Algunas herramientas para la #terminal de #linux que te permitirán exprimirla hasta límites nunca vistos, #fish #zoxide #just #atuin son solo unos ejemplos

    Escucha: atareao.es/podcast/exprimiendo
    Feed: atareao.es/mp3-feed/