logoalt Hacker News

disinterredyesterday at 5:27 PM3 repliesview on HN

The most useful shell trick I've used to date is mapping the 'cd' command to 'zoxide', which is a more powerful version of cd that remembers folders you've been to.


Replies

BeetleByesterday at 6:39 PM

I go a step further. When I press Alt + j, it sends all the directories in zoxide to fzf (in order of frequency), and I quickly choose the directory and jump to it.

I rarely type "cd" anymore. A huge quality of life improvement!

qxxxyesterday at 6:07 PM

yes! zoxide is also probably my most used tool. I did not map it to cd yet, but I use the z command to jump into directories indexed by zoxide.

1718627440yesterday at 8:31 PM

Is it much more powerful, than pushd?

show 1 reply