Colorizing Start!

- Add styles and colors to most output.
- Update TODO list
- Add ability to interrupt "waiting" condition with Control-C
This commit is contained in:
2025-10-04 17:41:01 -07:00
parent 99f5bff2d8
commit 614ea8b964
5 changed files with 108 additions and 50 deletions

View File

@ -1,4 +1,8 @@
TODO
- fix handling of control-c
- redo the command loop to make some fuckin sense why do we use eceptions to do modal stuff
- make styles optional
- expose styles in config file or personal config
- add local variable support that can be interpolated into commands
- keep track of previous command outputs for last command, and any previous command with target list and command line
- Allow any given command to be tagged with a label, and the outputs would be stored in the output dictionary under that name (for scripting);