c++ - Simple alternative to GNU Readline library not GPL -
i love gnu readline library, since under gpl license, can not use commercial software. know alternatives ? need commandline history , auto completion (of customer keywords , files) features. found link :
http://github.com/antirez/linenoise
which seem starting point, not have auto completion.
any suggestions, surely must common task people building interactive shell commands.
update :
upps forgot 1 important detail should run on windows..
netbsd has readline replacement library called libedit, see http://www.thrysoee.dk/editline/.
Comments
Post a Comment