summaryrefslogtreecommitdiffstats
path: root/cmake/modules/FindReadline.cmake
Commit message (Collapse)AuthorAge
* Replaced readline with cpp-linenoiseChristian Mollekopf2018-05-23
| | | | | | | | | ... a single header readline replacement that works on all linux, osx and windows (or so they claim). Besides cleaning up the code considerably, it should help us build sinksh on windows where readline is not really (there are some ancient broken readline ports) available. cpp-readline comes from here: https://github.com/yhirose/cpp-linenoise
* Avoid a completely outdated readline, such as on osxChristian Mollekopf2018-03-18
|
* initial import of the new cli appAaron Seigo2015-12-23