is there a shell or a terminal emulator where you can queue commands while another command is running?
@inex
This is something that comes up for me constantly as well. "Oh it's late, I should have put systemctl suspend after this command aaa"
Maybe sending the command to the background then executing `wait && whatevercommandtoqueue` would work? Gonna test real quick.