Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 566 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 566 Bytes

get-your-repo

Allow an user to get his Github repository list

Usage

You need to generate an token from https://github.com/settings/tokens/new and give it to the script.

Example : sh get-your-repo.sh a2664ab3366b2cea5adac4bc178e07

As a programm

If you want use it as a program, you just have to copy the script into /usr/bin

sudo cp get-your-repo.sh /usr/bin/get-your-repo

And don't forget to chmod it :

sudo chmod +x /usr/bin/get-your-repo

Once done, you just have to call it by typing "get-your-repo" on a terminal