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

hanslub42/rlwrap

A readline wrapper observed · 2026-08-28

github.com/hanslub42/rlwrap · C · GPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

73/100

  • Activity 84
  • Release rhythm 44
  • Longevity 100
How is this computed?

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

  • gap_med: 83
  • age_days: 4574
  • days_rel: 293
  • days_push: 101
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

3126 stars · 166 forks observed · 2026-08-28

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

rlwrap is a command-line wrapper that uses GNU Readline to add line editing, persistent input history, and user-defined completion to any interactive command. It works on a wide range of Unix-like systems and includes a filter mechanism for custom input/output effects.

Use cases

  • add arrow-key editing and history to a REPL that lacks readline
  • wrap netcat or other plain commands with command-line editing
  • add custom word completion to an interactive program from a word list file
  • keep persistent command history across invocations of a tool
  • hide and avoid storing passwords typed into wrapped commands

When to choose

  • a command shows escape sequences like ^[[D when you press arrow keys
  • you want bash-style history recall and CTRL-R search for any interactive program
  • you need user-defined completion word lists for a custom shell or REPL

When to avoid

  • the target program already has sophisticated terminal handling like fish or fzf
  • you need a graphical or non-interactive input solution
  • you are on a non-Unix platform without a POSIX terminal environment

Facets

cli-tool · maturity stable

cli developer-tools terminal-ui developer-tools bsd cli cross-platform readline input-editing command-history completion pty-wrapper command-line linux macos

1 source

Member repositories

RepositoryRoleHealth v2
hanslub42/rlwrapmain73

For agents

markdown · JSON · MCP: product_card(name="hanslub42/rlwrap")

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