1 unstable release
new 0.1.0 | Jan 14, 2025 |
---|
#2364 in Command line utilities
33KB
711 lines
Randrepo
Cli tool to give you random repos from GitHub.
Installation
If you have a Cargo
, just install it from crates.io
:
$ cargo install randrepo
If not, download appropriate binary from Release page.
Usage
Simple type randrepo
to get three random repo!
$ randrepo
Enjoy your day! Here are 3 random repo from github:
- owner/repo(https://github.com/owner/repo)
desc: desc of this repo
lang: Language
stars: Star
forks: Forks
latest update: yyyy-mm-dd
- owner/repo(https://github.com/owner/repo)
desc: desc of this repo
lang: Language
stars: Star
forks: Forks
latest update: yyyy-mm-dd
- owner/repo(https://github.com/owner/repo)
desc: desc of this repo
lang: Language
stars: Star
forks: Forks
latest update: yyyy-mm-dd
Check interesting repo or try another `randrepo`!
Alternative, you can specify a star range or language through options. Run randrepo -h
for details.
Dependencies
~10–23MB
~297K SLoC