Skip to content

Latest commit

 

History

History
84 lines (57 loc) · 1.32 KB

README.md

File metadata and controls

84 lines (57 loc) · 1.32 KB

A simple script to make it easier when cloning repos.



Install:


Quick and easy install:

Copy-paste or type this in your terminal:

curl https://raw.githubusercontent.com/WestleyK/easy-clone/master/easy-install.sh | sh
sudo mv hubget /usr/local/bin/
source ~/.bashrc

Then to test it, type:

hubget <TAB> <TAB>

You should see some stuff like:

WestleyK/arduino-key-pad         WestleyK/drive-speed-test        WestleyK/pi-backlight            golang/dep
WestleyK/drive-mount             WestleyK/easy-clone              WestleyK/rpi-brightness          WestleyK/ssh-watcher
WestleyK/drive-mounting-script   WestleyK/install-script

If you don't, close and then reopen the terminal and it should work now. If it still doesn't work, then please open an issue.



Install by cloning repo:

cd ~/
git clone https://github.com/WestleyK/easy-clone.git
cd easy-clone/
./make.sh
sudo ./make.sh install
source ~/.bashrc

Usage:

And now you can clone a repo much easier.
Here's a example:

hubget WestleyK/rpi-brightness

See? It's pretty simple!
When you want to clone it again, just use TAB:

hubget WestleyK/rp <TAB>
hubget WestleyK/rpi-brightness


better README comming soon



End README