JEG2/highline
A higher level command-line oriented interface. observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 86
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: 6421
- days_rel: n/a
- days_push: 85
- n_releases_24m: 0
Adoption not part of the score
1308 stars · 136 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
HighLine is a Ruby library that provides a high-level, ergonomic interface for command-line input and output. It handles prompting, validation, type conversion, password masking, menus, and colored output so developers don't have to write low-level gets/puts plumbing.
Use cases
- ask users questions on the command line with validation
- prompt for passwords without echoing input
- build interactive terminal menus
- convert typed strings into typed values like Integer or Date
- print colored ANSI output in a terminal app
- collect validated user input in a Ruby CLI script
When to choose
- you are building an interactive Ruby command-line tool that prompts users for input
- you need robust input validation and type coercion without hand-rolling error checking
- you want password prompts, menus, or colored terminal output in Ruby
When to avoid
- you are building a GUI or web application rather than a terminal interface
- you need non-interactive or fully automated input pipelines
- your project is not in Ruby
Facets
library · maturity stable
cli developer-tools developer-tools ruby cli cross-platform console-input user-interaction validation menus password-prompt ansi-colors command-line
1 source
- readme: https://github.com/JEG2/highline · fetched 2026-08-28 · e29df5fc5ee5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| JEG2/highline | main | 71 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem