libkinput is a small, lightweight command line editing library. It was written as a smaller alternative to the readline library. The main goal of the project is to implement a clean, lightweight, and easy to modify readline equivalent for small and medium CLI applications. It is part of ASNlibs.
| Tags | Software Development User Interfaces Libraries |
|---|---|
| Operating Systems | POSIX Linux |
Recent releases


Release Notes: Another completion-specific problem has been fixed that was missed during the previous release, and there are a few other cosmetic changes.


Release Notes: This version fixes the previously broken match printing during syntax completion.


Release Notes: Initial version, offering basic line editing and syntax completion mechanisms.