This bash script is used to change directories and list all the folders and files at once.
This command uses the cd and ls commands that are standard in Unix and Unix-like operating systems.
To use the cl command, you would use it as you would the cd command.
I have made the setup of this tool really easy by creating a install.sh file. To get started using the cl command all you have to do is copy and paste the following command intoyour terminal.
git clone https://github.com/VejayDrepaul/cl
cd cl
sh install.sh
If you choose to setup cl manually follow the instruction put below.
git clone https://github.com/VejayDrepaul/cl
cp .cl.sh ~
cd
chmod +x .cl.sh
echo "source ~/.cl.sh" >> ~/.bashrc
source ~/.bashrc