Thanks to visit codestin.com
Credit goes to lib.rs

#github-repo #command-line-tool #cli-github

bin+lib randrepo

Cli tool to give you random repos from GitHub

2 unstable releases

0.3.0 Jan 20, 2025
0.1.0 Jan 14, 2025

#20 in #cli-github

Codestin Search App Codestin Search App Codestin Search App

67 downloads per month

Custom license

36KB
748 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

~12–27MB
~355K SLoC