vim-dispatch icon indicating copy to clipboard operation
vim-dispatch copied to clipboard

Idea: respond to matched text in ongoing process output

Open devth opened this issue 10 years ago • 0 comments

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.

devth avatar Jan 13 '15 17:01 devth