A command line result viewer, built with Ratatui.
Write the commands you want to run in cmds.sh file, for example:
ls -l
uname -a
echo hello worldRun cmdreporter to execute these in batch, sequentially by default. Add option -p/--parallel to run them in parallel.