randrepo

Crates.iorandrepo
lib.rsrandrepo
version0.3.0
created_at2025-01-14 05:15:05.337122+00
updated_at2025-01-20 12:50:52.829047+00
descriptionCli tool to give you random repos from GitHub.
homepagehttps://github.com/noau/randrepo
repositoryhttps://github.com/noau/randrepo.git
max_upload_size
id1515472
size94,869
Dexter Chen (noau)

documentation

README

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.

Commit count: 0

cargo fmt