Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cobbinma/github-user-cli

GitHub User CLI written in Rust 👦
https://github.com/cobbinma/github-user-cli

clap-rs github-api rust surf

Last synced: 4 days ago
JSON representation

GitHub User CLI written in Rust 👦

Awesome Lists containing this project

README

        

# GitHub User CLI

Given a GitHub username the program will find 10 of that users repositories ranked by stars

For each repository displayed, the following fields are shown:
* Repository name
* Repository URL
* Repository description
* Star count

Results are cached; clear the cache with `-cc`

Output can be saved in both JSON `-j` and YAML `-y` formats.
Output will be pretty printed to terminal if no formats are specified

A GitHub token can be given to increase available request rate with `-t`

Run program with `cargo run -- -u cobbinma`

Use `cargo run -- -help` to see more information