Skip to content

Simple script to make it easier when cloning repos

License

Notifications You must be signed in to change notification settings

GwendolynK-zz/easy-clone

 
 

Repository files navigation

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



About

Simple script to make it easier when cloning repos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%