Hi, I'm trying to make a plugin. There are so many things that are new to me in this stack is it going to be quite a curve for me to climb
I think I can achieve most of what I want to do with hooks and events etc. However, there is one thing I'm struggling to envisage. I want to call a command line application with some arguments, that will return some JSON in stdout (very fast), this JSON will contain values I would like to continually update in the tab of the plugin.
Has anyone done something like this before or have any ideas for me to try? Any help would be most appreciated.