Skip to content
/ cl Public

This bash script is used to change directories and list all files/folders in that directory at once.

Notifications You must be signed in to change notification settings

drepaul/cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cl

This bash script is used to change directories and list all the folders and files at once.

Usage

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. Screenshot

Installation/Setup

Auto Install

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

Manual Install

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

About

This bash script is used to change directories and list all files/folders in that directory at once.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages