When you don't want to repeat your most mundane tasks again. Un Repeater provides simple control from status bar.
Run a bunch of scripts without switching tabs, by simply clicking from status bar.
Ergonomic benefits (personal opinions though)
You don't have to switch the tab or window. You do 2 less Cmd + Tab presses every time.
Minimises visual context switching and keeps your focus intact.
How it works
Drop your scripts in scripts folder and make sure they are numbered
Place start related scripts in scripts/start-hooks folder
Place stop related scripts in scripts/stop-hooks folder
Also, if you want to run start/stop hook scripts in non block mode, simply add .noblock to it
E.g: If a certain script blocks and if we still want to execute subsequent numbered scripts
Run the program from CLI SESSION_ROOT="session-data" go run main.go. Where $SESSION_ROOT refers to folder in which collected session details will be preserved