Discussion about this post

User's avatar
Sathya Bhat's avatar

Cool stuff. On a slightly related note, if your aliases mostly revolve around switching directories, highly recommend trying out fzf + zoxide

fzf is a fuzzy finder so you can search for things in a fuzzy way and has been really good to recall commands where I know small portions of it.

https://github.com/junegunn/fzf

zoxide is a "smarter" way of using cd so that you don't have to type the whole path, for ex `z proj1` will jump to proj1 directory from wherever you are

https://github.com/ajeetdsouza/zoxide

Expand full comment
2 more comments...

No posts