Skip to content

antonioolf/cdi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CDI - Change directory interactive

Don't waste more time in the terminal browsing folders with CD

CDI in action

Installation

Automatic installer

Copy paste and run in your terminal

curl -fsSL https://raw.githubusercontent.com/antonioolf/cdi/master/install.sh | bash

Manual installation

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

Usage

Just type cdi

Contributing

Pull requests and issues are welcome!

License

MIT