CLI automation tool for Linux with Ncurses interface.
3 command type handling:
- [S] - executes script from $PATH
- [T] - editable shell command templates
- [C] - regular shell commands
Usage:
- [Tab] / [`] - select Tab
- [Up] / [Down] - select command
- [Enter] - executes command
- [Q] - quit
Compile with g++ auto.cpp draw.cpp records.cpp colors.cpp script_utils.cpp utils.cpp -o auto -lncurses