Library that provides a bash-like command line interface for C++ programs.
Find a file
praticamentetilde 34b45d76f4 Create readme.md
with credits for the code at the base
2016-03-11 16:20:26 +01:00
.gitignore Removed .pro.user file from qtcreator 2016-03-11 15:53:51 +01:00
cmds.cpp All console functions previously labeled msh_* are now in Commands namespace 2016-03-11 16:13:04 +01:00
cmds.h First serious commit: added source already developed 2016-03-11 15:49:24 +01:00
command.cpp First serious commit: added source already developed 2016-03-11 15:49:24 +01:00
command.h First serious commit: added source already developed 2016-03-11 15:49:24 +01:00
commands.cpp All console functions previously labeled msh_* are now in Commands namespace 2016-03-11 16:13:04 +01:00
commands.h All console functions previously labeled msh_* are now in Commands namespace 2016-03-11 16:13:04 +01:00
console.cpp All console functions previously labeled msh_* are now in Commands namespace 2016-03-11 16:13:04 +01:00
console.h All console functions previously labeled msh_* are now in Commands namespace 2016-03-11 16:13:04 +01:00
main.cpp Removed credits for moving into readme 2016-03-11 16:15:36 +01:00
Msh.pro All console functions previously labeled msh_* are now in Commands namespace 2016-03-11 16:13:04 +01:00
README.md Create readme.md 2016-03-11 16:20:26 +01:00

msh-console

Library that provides a bash-like interface for CLI C++ programs

Credits

Code based on "Write a Shell in C" - by Stephen Brennan (http://brennan.io/2015/01/16/write-a-shell-in-c/)