Library that provides a bash-like command line interface for C++ programs.
Find a file
2016-03-12 18:58:01 +01:00
.gitignore Removed .pro.user file from qtcreator 2016-03-11 15:53:51 +01:00
cmds.cpp moved all console functions in class Shell 2016-03-11 17:45:15 +01:00
cmds.h moved all console functions in class Shell 2016-03-11 17:45:15 +01:00
command.cpp Moved class Commands inside class Shell. Shell::loop() renamed in Shell::launch(). A Shell::launch() inside the shell setup function now causes a 2016-03-12 18:58:01 +01:00
command.h Moved class Commands inside class Shell. Shell::loop() renamed in Shell::launch(). A Shell::launch() inside the shell setup function now causes a 2016-03-12 18:58:01 +01:00
commands.cpp Moved class Commands inside class Shell. Shell::loop() renamed in Shell::launch(). A Shell::launch() inside the shell setup function now causes a 2016-03-12 18:58:01 +01:00
main.cpp Moved class Commands inside class Shell. Shell::loop() renamed in Shell::launch(). A Shell::launch() inside the shell setup function now causes a 2016-03-12 18:58:01 +01:00
Msh.pro Moved class Commands inside class Shell. Shell::loop() renamed in Shell::launch(). A Shell::launch() inside the shell setup function now causes a 2016-03-12 18:58:01 +01:00
README.md Create readme.md 2016-03-11 16:20:26 +01:00
shell.cpp Moved class Commands inside class Shell. Shell::loop() renamed in Shell::launch(). A Shell::launch() inside the shell setup function now causes a 2016-03-12 18:58:01 +01:00
shell.h Moved class Commands inside class Shell. Shell::loop() renamed in Shell::launch(). A Shell::launch() inside the shell setup function now causes a 2016-03-12 18:58:01 +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/)