gh-list
v1.0.0
Published
Categorizing starred repositories on GitHub
Downloads
11
Readme
gh-list
gh-list is the Node.js version of Github Starred List.
A low-effort attempt to automate categorizing starred repositories on GitHub because the REST API isn't going to do that anytime soon.
Installation
npm install -g gh-listUsage
Initialize with your GitHub username and the cookie header grabbed from https://github.com/<username>?tab=stars.
Note: The cookie will only last for 2 weeks.
gh-list list:create listname --desc "sample" --user "gh_username" --cookie "cookie_str"
gh-list list:delete listname --user "gh_username" --cookie "cookie_str"
gh-list repo:add owner/repo --list "listname" --user "gh_username" --cookie "cookie_str"
gh-list repo:remove owner/repo --list "listname" --user "gh_username" --cookie "cookie_strFor more information, run gh-list --help.
License
Under the MIT LICENSE
