matrixcli icon indicating copy to clipboard operation
matrixcli copied to clipboard

Command line matrix client

Results 17 matrixcli issues
Sort by recently updated
recently updated
newest added

i've added a trailing slash to the server url in config.py ``` $ grep server .config/matrixcli/config.py accounts=[{ "server":"https://chat.privacytools.io/", ``` any operation then fails with: ``` matrix_client.errors.MatrixRequestError: 404: 404 - No...

The README suggests that `ignore_rooms` should be filtered from `matrixcli listen` output, but they don't seem to be, although they are filtered from `matrixcli unread`.

Took me a while to figure this out, let's take the guesswork out of it for any n00bs.

I tried to send a formatted message, both Markdown and HTML: ``` host ~ # matrixcli send -r '!tpDKoXaWvyTRgGxkTy:e8c75da2-02bd-4b44-b522-262bdf4134de' "$(echo '```'; echo 'foo'; echo '```')" logging in .... logged in...

``` host ~ # find /etc/matrixcli -ls 49284276 4 drwxr-xr-x 2 root root 4096 Sep 30 15:20 /etc/matrixcli 49284482 4 -rw-r--r-- 1 root root 927 Sep 30 15:20 /etc/matrixcli/config.py ```...

We're looking for a way to automating changing the name of a user to simulate a status in our names. Looking at matrixcli looks like a viable solution. Any chance...