mostlymaxi / twitch-interactive-things

random rust projects to make my twitch stream more interactive!
https://twitch.tv/mostlymaxi
MIT License
3 stars 6 forks source link

Feature Request: Add a way for points-term to run one off commands #59

Open control-o opened 2 weeks ago

control-o commented 2 weeks ago

points-term is the only part of tits that is in Maxi's computer, adding one one off commands would allow for cool things like neovim integration. To receive and send command output a franz consumer and producer need to be added to the points-term. In my current implementation I made a new thread for the consumer, idk if this is the best way, would love feedback on the approach when I open a PR