Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/voidnull/cmdconsole

Command line interpreter for c++ backed by linenoise
https://github.com/voidnull/cmdconsole

Last synced: about 2 months ago
JSON representation

Command line interpreter for c++ backed by linenoise

Lists

README

        

cmdconsole
==========

C++ command line interpreter backed by [linenoise](https://github.com/antirez/linenoise) and inspired by [python cmd](http://docs.python.org/2/library/cmd.html) . It is designed as a simple c++ wrapper around [linenoise](https://github.com/antirez/linenoise)