Skip to content

kardasis/cloner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Clone fast. Clone often

Cloner makes local cloning fast and organized.

Installation

pip install cloner

Usage

Set your local repo directory via the CLONER_PATH environment variable

echo "export CLONER_PATH=\"~/repos\"" >> ~/.bash_profile

Then you can clone any github repo into that directory with the username and repo name, like this:

cloner kardasis cloner

will clone this repo into ~/repos/kardasis/cloner

You can also use the web URL from the repo

cloner https://github.com/kardasis/cloner

or any URL from within the repo

cloner https://github.com/kardasis/cloner/blob/master/cloner/cli.py

About

A tiny utility to quickly clone github repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages