mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 21:04:37 +03:00
CLI: Add linenoise
This commit is contained in:
@@ -174,6 +174,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
|
|||||||
* [jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) - Lightweight C++ command line option parser. [MIT]
|
* [jarro2783/cxxopts](https://github.com/jarro2783/cxxopts) - Lightweight C++ command line option parser. [MIT]
|
||||||
* [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost]
|
* [docopt.cpp](https://github.com/docopt/docopt.cpp) - A library to generate option parser from docstring. [MIT/Boost]
|
||||||
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
|
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
|
||||||
|
* [linenoise](https://github.com/antirez/linenoise) - A small self-contained alternative to readline and libedit. [BSD-2-Clause]
|
||||||
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
|
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
|
||||||
* [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
|
* [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
|
||||||
* [replxx](https://github.com/AmokHuginnsson/replxx) - A readline and libedit replacement that supports UTF-8, syntax highlighting, hints, works on Unix and Windows. [BSD]
|
* [replxx](https://github.com/AmokHuginnsson/replxx) - A readline and libedit replacement that supports UTF-8, syntax highlighting, hints, works on Unix and Windows. [BSD]
|
||||||
|
|||||||
Reference in New Issue
Block a user