Skip to content
/ gclone Public

CLI which make cloning github repositories easy

License

Notifications You must be signed in to change notification settings

rostegg/gclone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy clone your repository with pretty look and autocompletion

Installation

You can clone repository and run install.sh script, but it will be easier to use one-liners:

  • Wget
    wget -O gclone https://raw.githubusercontent.com/rostegg/gclone/master/gclone.py && chmod +x gclone && sudo mv gclone /usr/bin/gclone
  • cURL
    curl https://raw.githubusercontent.com/rostegg/gclone/master/gclone.py --output gclone && chmod +x gclone && sudo mv gclone /usr/bin/gclone

About

CLI which make cloning github repositories easy

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published