achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
813 stars 46 forks source link

pause a command before previous completes #38

Closed zoras closed 14 years ago

zoras commented 14 years ago

i started rails server in one tab and autotest in another. But autotest fails because server isn't started.

So, is there any way to pause the second command from firing for few seconds so that rails server is started?

achiurizo commented 14 years ago

you could do a sleep. that would seem to be the simplest solution.

KieranP commented 14 years ago

Ideally some type of blocking support would be added.

See my 2nd comment at https://github.com/achiu/terminitor/issues#issue/14

achiurizo commented 14 years ago

noted. this would be a good feature for the next release. i'm closing this ticket in favor of #14 as it is the same feature request.