Ross ROSS = Recommend OSS · open-source software intelligence for agents

rails/thor

Thor is a toolkit for building powerful command-line interfaces. observed · 2026-08-28

github.com/rails/thor · Ruby · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

75/100

  • Activity 91
  • Release rhythm 41
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 172
  • age_days: 6692
  • days_rel: 239
  • days_push: 58
  • n_releases_24m: 2

Full methodology

Adoption not part of the score

5263 stars · 547 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Thor is a Ruby toolkit for building self-documenting command-line utilities, handling option parsing and usage banners with a Rake-like syntax. It can also serve as an alternative to Rake as a build tool.

Use cases

  • build a CLI tool in Ruby
  • parse command line options and arguments
  • generate usage/help banners automatically
  • replace Rake for task automation
  • create self-documenting command-line utilities

When to choose

  • you are writing a Ruby command-line application or generator
  • you want Rake-like task syntax with better argument parsing
  • you need self-documenting CLI help output

When to avoid

  • you need a CLI framework in a non-Ruby language
  • your tool processes untrusted application user input (Thor is designed as a system tool, not for handling user-supplied input)
  • you only need simple shell scripts without Ruby

Facets

library · maturity stable

cli parser developer-tools developer-tools ruby cli cross-platform command-line-interfaces rake-alternative option-parsing self-documenting ruby-gem command-line automation

1 source

Member repositories

RepositoryRoleHealth v2
rails/thormain75

For agents

markdown · JSON · MCP: product_card(name="rails/thor")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem