tulir / gomuks

A Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.36k stars 121 forks source link

Command Line Interface? #344

Open tdehaeze opened 2 years ago

tdehaeze commented 2 years ago

I guys,

I am wondering if it is planned to provide a command line interface? It would be great to be able to get the number of un-read messages from a script for instance.

Thanks a lot

RokeJulianLockhart commented 2 years ago

Is that not all that this is?

gi-yt commented 2 years ago

there is a difference between 'TUI' and 'CLI' a TUI means its a gui like thing operated with keyboard (have you seen ncurses dialog) a CLI means you work with it through flags there are many 'CLI' clients for matrix like matrixcli and matrix-commander you can also use the matrix api to recieve and send messages

RokeJulianLockhart commented 2 years ago

Consequently, I support this, because it would significantly improve automation.

jimt commented 1 year ago

It would also be useful to allow sending a message to a user from the command line to replace sendxmpp / go-sendxmpp