So I am looking to write a plug-in that I need a little help on.. I can understand the basic elements needed to accomplish what I need, but whenever I try to put them all together, it doesn't ever come out right.
I want to take the output of a command and put it into a miniwindow that is 20 lines long. A couple issues...
the output of the command 'map' isn't easily matchable. What I thought would be possible is have an alias (map) that sends the command map and turns on a trigger to capture everything until it matches the '>' character at the very end (which is the prompt) This would turn off the match everything trigger.
I want to take the output of a command and put it into a miniwindow that is 20 lines long. A couple issues...
the output of the command 'map' isn't easily matchable. What I thought would be possible is have an alias (map) that sends the command map and turns on a trigger to capture everything until it matches the '>' character at the very end (which is the prompt) This would turn off the match everything trigger.