matterhorn-chat / matterhorn

A feature-rich Unix terminal client for the Mattermost chat system
BSD 3-Clause "New" or "Revised" License
1.02k stars 75 forks source link

Allow scripts to send `/` commands #825

Open pstumpf opened 3 months ago

pstumpf commented 3 months ago

When a script invoked by /sh outputs a string beginning with /, it is sent as a message. I think it should simply be interpreted as a command instead. This would allow to set your /status from a script.

jtdaugherty commented 3 months ago

Thanks for the suggestion!