| Hello HN! We're currently working on a work automation platform. We have a few capabilities that we're building to help you do your work better. For guidance it would be super helpful to hear directly from the HN crowd :) Please do comment below about one thing you'd like to see automated. Would super awesome if you could complete this quick 1-min survey: https://bit.ly/2MjN6fd Many thanks! |
Technically I could write one command like this and go get a coffee:
cd dir1 && task1 && cd ../dir2 && task2 some arg && etc
But then the task would only start executing when I'm done typing all commands... I want it to start task1 right away and then tkae my time to enter the rest...