8go

Results 215 comments of 8go

Thank you @Benjamin-Loison for sharing this with everyone.

> All right, but what about getting the number of unread messages, without changing said number? The --listen action reads the messages so matrix-commander --listen once | wc -l won't...

Hi @mcnesium Have a close look at the `--tail` feature. This should be able to get your old messages (history). Maybe using the `--joined-rooms` first to get a list of...

Today (for testing some downloading attachments), I did a `--listen all` and it downloaded 5000+ messages (for 1 given room name) *AND* all the attached files (images, audio, etc.) See...

You want to convert a room ID into a possible room alias. That does not exist in `matrix-commander`. The opposite exists, converting an existing alias into an ID: `--room-resolve-alias`

This should work: `matrix-commander --joined-members "*"` The quotes are very important! Just did it, works like a charm.

@mcnesium Get the new version from today.

Yes, of course, in total you get a command like: `matrix-commander --tail XXX --download-media --listen-self --output raw --room XXX` or `matrix-commander --listen all --download-media --listen-self --output raw --room XXX` or...

a) thank you for reporting your feedback. It is appreciated because it helps others to learn as well. Thank you @mcnesium b) `matrix-commander` cannot map `room_id` to `alias` but maybe...