Simple alternative to GNU Readline library not GPL
Posted
by Bo Jensen
on Stack Overflow
See other posts from Stack Overflow
or by Bo Jensen
Published on 2010-04-29T09:46:50Z
Indexed on
2010/04/29
9:47 UTC
Read the original article
Hit count: 393
c++
I love the GNU readline library, but since it is under a GPL license, I can not use it for commercial software. Do you know alternatives ? I only need the commandline history and auto completion (of customer keywords and files) features. I found this link :
http://github.com/antirez/linenoise
which seem to be a good starting point, but does not have auto completion.
Any suggestions, surely this must be a common task for people building interactive shell commands.
© Stack Overflow or respective owner