Closed xylafur closed 6 years ago
I concur. I assume by interactive you mean something can run concurrent commands, and subcommands? It would be cool to make an NPC or something and then be able to add/subtract health, increase their level, or regenerate stats dynamically via console.
@Acejhm Yeah but right off the bat it will just be able to call all of the utilities and log the history. Eventually it would be cool to make a 'battle simulator' or some sort of tool that can keep track of a bunch of characters in combat and be able to change their health and keep track of their moves and such
But yes, after the config files are implemented we can start doing some pretty sweet stuff with the shell
Currently it works and is able to call commands, it needs better exceptino handling though. I'm working on adding noncanonical terminal modes so we can do escape chars and tab out and all that cool crap that you generally want with a cli
It still needs some work, but I would consider this issue to be done. I will continue to work on the shell, but it has been created and any future work will be done with new issues.
Want yo create an interactive shell that can run all commands and save the results of commands to a file