Socket
Book a DemoInstallSign in
Socket

gh-list

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gh-list

Categorizing starred repositories on GitHub

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

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-list

Usage

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_str

For more information, run gh-list --help.

License

Under the MIT LICENSE

FAQs

Package last updated on 11 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts