Skip to content

Commit ab8e964

Browse files
Add CLI::replxx library.
1 parent 5b86346 commit ab8e964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
165165
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
166166
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
167167
* [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
168+
* [replxx](https://github.com/AmokHuginnsson/replxx) - A readline and libedit replacement that supports UTF-8, syntax highlighting, hints, works on Unix and Windows. [BSD]
168169
* [TCLAP](http://tclap.sourceforge.net) - A mature, stable and feature-rich library for defining and accessing command line arguments in ANSI C++. [MIT]
169170
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]
170171

0 commit comments

Comments
 (0)