Closed
Description
Hi,
When having multiple tasks( be they init
, before
, or command
) a lot of terminals end up remaining open with... misleading titles. I'd love to be able to close the terminal on successful execution of the task.
I've tried both exit
which just closes the running command, but not the terminal window. Combinations of kill -9
and ps
led nowhere either.
Going further, for failing tasks I'd like the option to pretty print some helpful instructions: Hey, this failed cause X so please try running this command: ****, but that's more intense I think.