I like testing various command like utilities that are out there. I always try to find something that improves my productivity. I try to find something that can save my time or make something easier for me.
I found cdir while checking out various utilities that makes it easier to navigate between the folders and files.
Image Credit: Github repository of Cdir
If you are tired of typing the cd, dir command all the time on windows or similar commands on linux, then you should check out the cdir. The utility is available for bash, windows powershell and command prompt.
This program is made up with the pythong. So you have to use the pip for installing it. And after installing, you can just navigate the folders and files using the arrow keys. You can also jump between the folders using the name of them.
You can check out the project on github: https://github.com/EskelinenAntti/cdir
I tweeted about it and hopefully more people find about it and share their experience.
https://twitter.com/devnamipress/status/1311640757380546565
- devnamipress
Check it out if you are into using command line tools for improving your workflow and productivity.