Sorry for the spam.
I wanted to advertise library I worked on.
The `replxx` library is a replacement for GNU-readline or for BSD's libedit,
it is BSD licensed and its distinguished features are:
- user defined live syntax highlighting
- user defined hints (as you type)
- UTF-8
- works on Linuxes, BSD's, Solaris and (native) Windows
- C API
- user defined tab-completion
- command line history
`replxx` is a fork of `linenoise-ng` which itself is a fork of
`linenoise`.
Link to replxx github repository:
https://github.com/AmokHuginnsson/replxx
I hope you find this little piece of code useful.
Have a great day!