vim-dispatch
vim-dispatch copied to clipboard
Idea: respond to matched text in ongoing process output
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.