A possible (and small alternative) to readline would be Antirez "linenoise".
Steve Bennet's fork adds windows portability and some other things.

    https://github.com/antirez/linenoise
    https://github.com/msteveb/linenoise

That is small enough to be directly built as part of the shell, I believe.



On Tue, Feb 24, 2015 at 10:01 AM, Dan Kennedy <danielk1977 at gmail.com> wrote:
>
>
> The pre-built sqlite3 shell tool for x86 Linux available for download here:
>
>   http://www.sqlite.org/download.html
>
> does not include readline support. Which makes it painful to use.
>
> Does anyone think that many systems would be affected if it dynamically
> linked against the system readline? This means that the binary would not
> work on systems without libreadline.so installed. Or is readline considered
> ubiquitous by now?
>
> Dan.
>
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users at mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users



-- 
Andreas Kupries
Senior Tcl Developer
Code to Cloud: Smarter, Safer, Faster?
F: 778.786.1133
andreask at activestate.com, http://www.activestate.com
Learn about Stackato for Private PaaS: http://www.activestate.com/stackato

Reply via email to