Gorending
Installation
Write into your .bashrc or .zshrc;
export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBINAnd then;
$ source ~/.zshrc # or ~/.bashrc
$ go get -u github.com/leop0ld/gorendingDependencies
- github.com/urfave/cli
- github.com/PuerkitoBio/goquery
- github.com/manifoldco/promptui
- github.com/skratchdot/open-golang
Example
If you want to see 5 repositories about golang in Github trending, type like below;
$ gorending --lang go --count 5or
$ gorending -L go -C 5If you want to see 15 repositories about all languages in Github trending, type this;
$ gorending --count 15or
$ gorending -C 15And move cursor, input ENTER.
Then open default browser with selected tredings URL.
On this page
Languages
Go100.0%
MIT License
Created April 5, 2017
Updated November 20, 2022