This is a pure Go implementation of functionality comparable to GNU Readline
(https://en.wikipedia.org/wiki/GNU_Readline), i.e. line editing and command
history for simple TUI programs.
.
It is a fork of chzyer/readline (https://github.com/chzyer/readline).
.
* Relative to the upstream repository, it is actively maintained and
has numerous bug fixes and improvements (see docs/CHANGELOG.md).
See the migration guide (docs/MIGRATING.md) for advice on how to
migrate from upstream.
* Relative to x/term (https://pkg.go.dev/golang.org/x/term), it has
more features (e.g. tab-completion).
Installed Size: 201.7 kB
Architectures: all