#github #random #repos #give #tool #command-line-tool #forks

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

#2270 in Command line utilities

Download history 102/week @ 2025-01-12 118/week @ 2025-01-19 2/week @ 2025-01-26 4/week @ 2025-02-02

226 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

~13–25MB
~340K SLoC