rostegg / gclone

CLI which make cloning github repositories easy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 98.6%Language:Shell 1.4%