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: 2 months ago
JSON representation
Command line interpreter for c++ backed by linenoise
- Host: GitHub
- URL: https://github.com/voidnull/cmdconsole
- Owner: voidnull
- Created: 2014-03-28T02:39:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-28T02:41:48.000Z (almost 11 years ago)
- Last Synced: 2024-08-03T18:16:40.374Z (6 months ago)
- Language: C
- Size: 148 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- AwesomeInterpreter - cmdconsole
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)