readline C++ wrapper simplifies usage of the readline and history libraries for C++ programmers. Not all of the readline features are wrapped; however, the most often used are covered, including: editing the input line based on the user preferences; command history; saving/loading the command history to/from specified files; custom completers via standard containers; and binding keys to boost::function calls.
| Tags | Software Development Libraries |
|---|---|
| Licenses | Common Public |
| Operating Systems | POSIX Linux |
| Implementation | C++ |