⭐️ ⭐️ ⭐️
Switch branches/tags
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
starmanager
utils
.gitignore
.goreleaser.yml
LICENSE
README.md
go.mod
go.sum
main.go

README.md

stars

A command-line interface to your GitHub stars

Development

git clone git@github.com:gkze/stars-go.git
cd stars-go
go build # need Golang 1.11+

Installation

Binaries are available on the releases page. You can also install it easily with:

go get -u github.com/gkze/stars

You also need a ~/.netrc with a personal access token configured:

$ cat ~/.netrc
machine api.github.com
    login gkze
    password [your github token here]

Usage:

$ stars
NAME:
   stars - Command-line interface to YOUR GitHub stars

USAGE:
   stars [global options] command [command options] [arguments...]

VERSION:
   0.0.0

COMMANDS:
     save         Save all stars
     list-topics  list all topics of starred projects
     random       Browse random stars
     clear        Clear local stars cache
     cleanup      Clean up old stars
     help, h      Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version