Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Idea: respond to matched text in ongoing process output #110

Open
devth opened this issue Jan 13, 2015 · 0 comments
Open

Idea: respond to matched text in ongoing process output #110

devth opened this issue Jan 13, 2015 · 0 comments

Comments

@devth
Copy link

devth commented Jan 13, 2015

Would be really neat to be able to chain together dispatches by reacting to a process' output. For example, I use dispatch to run a Scala test in debug mode. This compiles the test, then opens a socket and waits for a debugger to connect before continuing:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Listening for transport dt_socket at address: 5005

I then use dispatch to manually run an applescript that tells IntelliJ to connect its debugger to 5005. This feature would allow me to auto connect IntelliJ's debugger when ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant