Skip to content

takecy/hubtrend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubtrend

hubtrend is simple command-line tool for GithubTrends by golang.

GoDoc

Install

via Go

$ go get github.com/takecy/hubtrend

via Binary

Download and copy to your $PATH.


Usage

Print usage.

$ hubtrend help

Print supported languages.

$ hubtrend ls

Print trend repos.

hubtrend -l <language> -p <period> [-m] show

Example

Specific golang daily

$ hubtrend -l go -p d show

will print like this.

 Language:go Period:daily

 - dgraph-io/dgraph (#1 - Go - Daily)
    Scalable, Distributed, Low Latency Graph Database (Go)

 - davidlazar/vuvuzela (#2 - Go - Daily)
    Private messaging system that hides metadata (Go)

 - influxdb/kapacitor (#3 - Go - Daily)
    Open source framework for processing, monitoring, and alerting on time series data (Go)

////

with minimal layout

$ hubtrend -l go -p d -m show

will print like this.

 Lang:go Period:daily

  dgraph-io/dgraph (#1 - Go - Daily)
  davidlazar/vuvuzela (#2 - Go - Daily)
  influxdb/kapacitor (#3 - Go - Daily)

///

License

MIT

About

:octocat:🔥 Simple command-line for Github trend by golang

Resources

License

Stars

Watchers

Forks

Packages

No packages published