Skip to content

Simple Linux Tools for changing to the directory of an action

License

Notifications You must be signed in to change notification settings

dacohen/followtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

followtools

Simple Linux Tools for changing to the directory of an action

Installing

git clone https://github.com/dacohen/followtools.git
cd followtools
chmod a+x INSTALL
./INSTALL

Usage

cpf a_file ~/target_directory

Will copy a_file to target_directory exactly like the standard cp command, but in addition, it will change the directory of the terminal to target_directory.

mkdirf new_directory

Will create a new directory exactly like the standard mkdir command, but in addition, it will change the directory of the terminal to new_directory.

About

Simple Linux Tools for changing to the directory of an action

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages