Don't waste more time in the terminal browsing folders with CD
Copy paste and run in your terminal
curl -fsSL https://raw.githubusercontent.com/antonioolf/cdi/master/install.sh | bash
If you prefer to install it manually, the process is also very simple, it can be done with just two steps.
- Download the main CDI script cdi.sh and place it in the
/usr/local/bin
directory (or any other of your choice). - Add an alias for the script to your
.bashrc
file as follows:
alias cdi='. /usr/local/bin/cdi.sh'
- Run
source ~/.bashrc
for the change to take effect
Just type cdi
Pull requests and issues are welcome!