#zoxide — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #zoxide, aggregated by home.social.
-
Tinted — то, из‑за чего ты захочешь использовать терминал
Всем привет! Меня зовут Илья, я frontend‑разработчик. Но сегодня хочу поговорить не о JavaScript, а о терминале. Несмотря на то, что я уже много лет работаю разработчиком, активно пользоваться терминалом я начал всего около года назад. До этого терминал для меня был просто местом, где запускается сборка проекта, немного Git и иногда еще пара команд. Думаю, у многих так же. Обычно мысли о терминале вызывают ступор. Кажется, что это что‑то непонятное, черно‑зеленое и предназначенное только для «настоящих программистов», и на практике большинство ограничивается npm run dev , git status и на этом все. В этом гайде я хочу показать, как можно превратить терминал в красивую и удобную среду разработки, которая не уступает IDEA и другим редакторам. Сразу оговорюсь: речь пойдет исключительно о терминале, а не о NeoVim . NeoVim — это отдельная большая тема.
https://habr.com/ru/articles/1071228/
#терминал #cli #zsh #alacritty #Tinted #starship #zoxide #homebrew #настройка_терминала
-
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.
-
Started to use Zoxide and replaced it with CD on my dotfiles. Liking it so far.
-
🚀 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]
https://www.instagram.com/p/DZMM--viBH-/?img_index=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: https://github.com/ajeetdsouza/zoxide
#zoxide #CLI #Terminal #Linux #Rust #OpenSource #RadioTux #Productivity
-
My current #fish shell function :)
#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 supportedIf 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.
-
Oops, i am using zoxide for months or years by now only to discover `zi` (interactive mode) today.
-
When your hard drive is so full that #zoxide cannot update its database…
-
🎄 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
-
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!
https://mailchi.mp/admin-magazine.com/sysadmin-day-2025
#SysAdminDay #OpenSource #tools #utilities #Snap #Flatpak #DiffPDF #WireGuard #electerm #zoxide #tasksel #PackageManger -
@borokov tu connais #zoxide https://github.com/ajeetdsouza/zoxide ? Je pourrais plus m’en passer moi (j’utilisais autojump dans le même genre avant).
-
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 https://cosmoscalibur.com/es/blog/2025/ecosistema-rust-para-la-terminal-linux/
-
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 keybindingsWhat are YOUR must have not to feel naked?? 😯
-
@gutocarvalho mais um projeto interessante pra conta, o Zoxide, que é um CD (change Directory) com esteróides. Muito bacana mesmo.
-
#Zoxide - Schneller #Verzeichniswechsel:
Wer im #Linux-Terminal schnell zwischen Verzeichnissen wechseln möchte, findet mit diesem Werkzeug eine Lösung.
-
Zoxide - Schneller Verzeichniswechsel
Wer im Linux-Terminal schnell zwischen Verzeichnissen wechseln möchte, findet mit diesem Werkzeug eine Lösung.
-
I wonder whether there are still people who often use a terminal who have never heard about #Zoxide. 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.
https://github.com/ajeetdsouza/zoxide
#terminal #shell #Linux #Rust #development #programming #cli
-
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!
-
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 ejemplosEscucha: https://atareao.es/podcast/exprimiendo-la-terminal-con-fish-zoxide-y-just/
Feed: https://atareao.es/mp3-feed/