All Projects → myungseokang → gorending

myungseokang / gorending

Licence: MIT license
🔮 Show Github trending in terminal

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to gorending

GitHubTrending
GitHub Trending publisher
Stars: ✭ 19 (+35.71%)
Mutual labels:  github-trending
Awesome Github
A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 收集这个列表,只是为了更好地使用GitHub,欢迎提交pr和issue。
Stars: ✭ 1,962 (+13914.29%)
Mutual labels:  github-trending
Monkey
Monkey is an unofficial GitHub client for iOS,to show the rank of coders and repositories.
Stars: ✭ 1,765 (+12507.14%)
Mutual labels:  github-trending
Githubpopular
这是一个用来查看GitHub最受欢迎与最热项目的App,它基于React Native支持Android和iOS双平台。#适配RN最新版在这里☞#
Stars: ✭ 2,864 (+20357.14%)
Mutual labels:  github-trending
trackupdates
A simple yaml-based xpath crawler framework for easy tracking site updates. https://zhupeng.github.io/
Stars: ✭ 20 (+42.86%)
Mutual labels:  github-trending
starcli
✨ Browse trending GitHub projects from your command line
Stars: ✭ 436 (+3014.29%)
Mutual labels:  github-trending



Gorending

Go Report Card GoDoc Build Status GitHub license





Installation

Write into your .bashrc or .zshrc;

export GOPATH=$HOME/go
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN

And then;

$ source ~/.zshrc # or ~/.bashrc
$ go get -u github.com/leop0ld/gorending

Dependencies

Example

If you want to see 5 repositories about golang in Github trending, type like below;

$ gorending --lang go --count 5

or

$ gorending -L go -C 5

If you want to see 15 repositories about all languages in Github trending, type this;

$ gorending --count 15

or

$ gorending -C 15

And move cursor, input ENTER.

Then open default browser with selected tredings URL.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].