# thisredone/rb

Turns Ruby into a versatile command line utility

Repository: https://github.com/thisredone/rb
Canonical: https://ross.abutalabs.com/products/rb
Language: Ruby
License: MIT
License Family: permissive
Last push: 2023-02-16T14:51:16+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:39:23.370411+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 2942, "days_push": 1294, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1488, forks 41 (observed 2026-08-28T04:04:52.115856+00:00)

## What it is
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
- artifact type: cli-tool
- maturity: maintenance
- function: cli, developer-tools, parser
- domain: developer-tools
- platform: cli, ruby
- tags: text-processing, ruby, stdin-pipelines, unix-tools, awk-alternative, command-line, automation, linux, macos

## Member repositories
- thisredone/rb (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:52.115856+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:46.446126+00:00, confidence not recorded.
  - readme: https://github.com/thisredone/rb (fetched 2026-08-28T04:04:52.115856+00:00, sha 18abe2f775b5)
- Data as of 2026-08-30T08:39:29.467469+00:00.
