repotablo 0.1.0

Rank repositories, fast!
Documentation

repotablo is a CLI tool that helps you discover high-quality repositories faster.

Features

  • Sortable columns
  • Repository filtering
  • Read input from $EDITOR, a local file, or a remote URL
  • Colorized popularity and maintenance scores
  • Copy to clipboard and open repositories in your browser
  • Exclude repositories below a minimum star threshold
  • Export results to Markdown
  • View detailed repository information
  • Cross-platform support

Why?

When browsing awesome lists, I often open dozens of tabs to manually compare repositories. It’s slow and repetitive.
repotablo streamlines that process so you can evaluate and rank repositories directly from the terminal.

Usage

repotablo                                  # Open $EDITOR to paste your repo list
repotablo input.md                         # Read from a local file
repotablo https://raw.../../README.md      # Read from a remote file
repotablo --min-stars 1000                 # Exclude repos with fewer than 1000 stars

You can use repotablo without a GitHub token, but you may encounter rate limits. To authenticate:

export GITHUB_TOKEN=...

Installation

From binaries

The release page includes pre-compiled binaries for GNU/Linux, macOS and Windows.

From source

Using cargo-binstall

cargo binstall repotablo