kkawakam/rustyline
Readline Implementation in Rust observed · 2026-08-28
Health v2 · maintenance only
92/100
- Activity 99
- Release rhythm 78
- 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: 77.5
- age_days: 4184
- days_rel: 70
- days_push: 8
- n_releases_24m: 7
Adoption not part of the score
1917 stars · 213 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RustyLine is a Rust library implementing GNU Readline-style line editing, based on Antirez's Linenoise. It provides interactive prompt features such as history, word and filename completion, hints, and multi-line editing for building command-line interfaces.
Use cases
- build an interactive REPL prompt in Rust
- add command history and line editing to a CLI tool
- implement tab completion for a shell-like application
- read user input with readline-style keybindings
- create an interactive console for a Rust application
- add persistent command history to a terminal program
When to choose
- you are writing a Rust CLI or REPL that needs polished interactive line input
- you want a lightweight readline alternative without C dependencies
- you need Unicode support, completion, hints, and history search in a terminal prompt
When to avoid
- you need full GNU Readline compatibility or advanced features like bracketed paste macros
- your application runs in unsupported terminals such as Mintty or PowerShell ISE
- you are not building an interactive terminal input loop
Facets
library · maturity active
developer-tools cli terminal-ui developer-tools cross-platform rust windows bsd cli readline linenoise line-editing history completion interactive-prompt command-line linux macos
2 sources
- readme: https://github.com/kkawakam/rustyline · fetched 2026-08-28 · be48cd590084
- registry_crates: https://crates.io/api/v1/crates/rustyline · fetched 2026-08-29 · 6b716a5438fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kkawakam/rustyline | main | 92 |
For agents
markdown · JSON · MCP: product_card(name="kkawakam/rustyline")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem