thisredone/rb
Turns Ruby into a versatile command line utility observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: n/a
- age_days: 2942
- days_rel: n/a
- days_push: 1294
- n_releases_24m: 0
Adoption not part of the score
1488 stars · 41 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rb is a tiny Ruby script (9 lines) that turns Ruby into an ergonomic command-line text-processing utility, letting you pipe stdin into Ruby one-liners. It supports per-line mode via a -l flag and can be extended with a ~/.rbrc config file.
Use cases
- process text in shell pipelines with ruby one-liners
- replace awk and sed with ruby
- filter and transform command output line by line
- sort or group lines from stdin
- extract fields from docker ps or df output
When to choose
- you already know Ruby and want expressive text processing in the terminal
- you find awk/sed syntax awkward for complex transformations
- you want a tiny, dependency-free script instead of a full tool
When to avoid
- you don't know Ruby
- you need a portable tool on systems without Ruby installed
- you need high-performance processing of very large streams
Facets
cli-tool · maturity maintenance
cli developer-tools parser developer-tools cli ruby text-processing ruby stdin-pipelines unix-tools awk-alternative command-line automation linux macos
1 source
- readme: https://github.com/thisredone/rb · fetched 2026-08-28 · 18abe2f775b5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| thisredone/rb | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem