github-trending を公開しました。[Command Line Tool]

コマンドラインツール「github-trending」を公開しました。

https://i.imgur.com/Jh0Ddmx.gif

What is this?

コマンドラインTrending repositories on GitHub today · GitHubを眺めるツールです。
github.com

機能は以下の2点です。

使い方

Syntax

Usage:

    $ gt <command> [params] [options]

Auto-Completer and Interactive Help

以下のコマンドにより、フィッシュスタイルの補完とインタラクティブヘルプを使用した自動補完メニューを有効にできます。

    $ github-trending

オートコンプリータ内では、同じ構文が適用できます。

    github> gt <command> [params] [options]

https://i.imgur.com/fwHg07X.png

Commands

https://i.imgur.com/eer1XsJ.png

View Trending

Trending repositories on GitHub today · GitHubを眺めます。
Usage:

    $ gt trend [option] [limit]

Examples:

    $ gt trend
    $ gt trend --language python
    $ gt trend --dev
    $ gt trend --monthly
    $ gt trend --limit 10

https://i.imgur.com/5Bxmdld.png

View Repository README

リポジトリのREADMEを眺めます。
Usage:

    $ gt view [user/repository]

https://i.imgur.com/Liq7Wvq.png
https://i.imgur.com/VYLklBq.png

インストール

本ツールはgithub-trending-cli · PyPIで公開しております。
次のコマンドでインストールできます。

    $ pip install github-trending-cli

サポートPythonバージョン

サポートプラットフォーム

終わりに

本ツールはOSSとして、Apache licenseで公開しております。(PR絶賛受け付けております!)
github.com

また、使い方の詳細はREADMEに書いております。

是非、ご利用ください。