stars

command module
v0.3.9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 11, 2018 License: MIT Imports: 8 Imported by: 0

README

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:

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

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

VERSION:
   0.3.9

COMMANDS:
     save         Save all stars
     list-topics  list all topics of starred projects
     show         Show popular stars given filters
     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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL