I develop apps on Windows, but I use Linux to do lots of my work and automate cumbersome boring tasks where I can (there are still many more to be automated....). I'm constantly amazed at what Windows dev people can get done without a programmable command line. I've seen several thousand line long cmd/bat files to do relatively simple things. They work, which is good. They are a lot of work to maintain though. I find…
Behold z, the unsung jewel that rethinks shell navigation
31–40 of 71 posts
Re: Behold z, the unsung jewel that rethinks shell navigation
#32This sounds just like autojump (typically run using `j`) to me: https://github.com/wting/autojump Agree that it's an invaluable piece of software!
Any idea what the differences are? Am I missing anything by keeping to use autojump?
Re: Behold z, the unsung jewel that rethinks shell navigation
#33 cd ~/r/pr/e/de
Becomes cd ~/repos/projectlongname/environments/development
It also has built in push/pop, with minus always returning to the previous path, various numbers of dots, up to six I believe, navigating up the tree, and cd - showing interactive breadcrumbs of recent paths for easy as click-and-click navigation.Re: Behold z, the unsung jewel that rethinks shell navigation
#34z is amazing. z and fish shell are the two biggest shell productivity boosters I've ever used.
Re: Behold z, the unsung jewel that rethinks shell navigation
#35It sounds terrific. Also make sure to check out the fish shell if you haven't before. It's tab completions/up-arrow completions including for cd are really useful in a similar way.
Re: Behold z, the unsung jewel that rethinks shell navigation
#36Re: Behold z, the unsung jewel that rethinks shell navigation
#37Re: Behold z, the unsung jewel that rethinks shell navigation
#38Re: Behold z, the unsung jewel that rethinks shell navigation
#39Re: Behold z, the unsung jewel that rethinks shell navigation
#40It sounds terrific. Also make sure to check out the fish shell if you haven't before. It's tab completions/up-arrow completions including for cd are really useful in a similar way.
I’ve used fish for quite a while but after Many a scripting incompatibility I went back to ohmyzsh. Fish is great if you can port your whole ecosystem into it.