Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 👦
- Host: GitHub
- URL: https://github.com/cobbinma/github-user-cli
- Owner: cobbinma
- Created: 2021-01-05T17:18:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-08T12:42:12.000Z (about 4 years ago)
- Last Synced: 2024-12-12T23:11:44.409Z (about 1 month ago)
- Topics: clap-rs, github-api, rust, surf
- Language: Rust
- Homepage:
- Size: 63.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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 countResults 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 specifiedA 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