8go / matrix-commander

simple but convenient CLI-based Matrix client app for sending and receiving
GNU General Public License v3.0
563 stars 59 forks source link

Enhancement: flag to enable JSON output to stdout (basic work started) #94

Closed HoboDev closed 2 years ago

HoboDev commented 2 years ago

I have started a basic implementation of --output-json to get JSON on stdout, so I don't have to deconstruct the message lines.

You can check it out here: https://github.com/HoboDev/matrix-commander/tree/feat-output-json

It is lacking a bit on documentation and maybe does not adhere too much to existing variable names. But at least it's a start. So far I've covered basic messages and media files.

8go commented 2 years ago

Hi @HoboDev

I want to centralize the discussion in ONE issue, in Issue #92. I am moving your comments over to Issue #92 and will then close this issue. For any follow up use Issue #92