Hi, I made something. Do you want this too? twitchy --non-interactive --query GameName,Uptime,Viewers would not require users to change anything in their config. It's also ideal for plugins. I haz one, but not with this.
With both arguments merged, it essentially would make the [NON-INTERACTIVE] section useless and that the plugins should use arguments instead to specify what they need (EDIT: In that order too).
This seems helpful. My idea was to parse the CSV from --non-interactive using xsv to filter specific columns for a watch command, but this would eliminate the need for xsv.
Hi, I made something. Do you want this too?
twitchy --non-interactive --query GameName,Uptime,Viewers
would not require users to change anything in their config. It's also ideal for plugins. I haz one, but not with this.With both arguments merged, it essentially would make the
[NON-INTERACTIVE]
section useless and that the plugins should use arguments instead to specify what they need (EDIT: In that order too).