diff --git a/gatsby/content/projects/clients/matrix-commander-rs.mdx b/gatsby/content/projects/clients/matrix-commander-rs.mdx new file mode 100644 index 0000000000..1e73a09891 --- /dev/null +++ b/gatsby/content/projects/clients/matrix-commander-rs.mdx @@ -0,0 +1,41 @@ +--- +layout: projectimage +title: matrix-commander-rs +categories: +# valid categories are client, server, sdk (client sdk), bot, bridge, iot and other + - client +description: Simple CLI-based Matrix client for sending and receiving +author: 8go +home: https://github.com/8go/matrix-commander-rs +language: Rust +license: GPL-3.0-or-later +# pick your license from https://spdx.org/licenses/ +repo: https://github.com/8go/matrix-commander-rs # your source code repository +room: "none" # nb the quotes are needed as rooms start with # +thumbnail: /docs/projects/images/matrix-commander-rs.svg +screenshot: /docs/projects/images/matrix-commander-rs-screenshot.png +maturity: Early Beta # Options are: Released, Stable, Late Beta, Beta, Early Beta, Late Alpha, Alpha, Early Alpha, or Not actively maintained +--- + + +# matrix-commander-rs + +simple but convenient CLI-based Matrix client app for sending and receiving + +# Help create this Rust program! + +Currently you can log in, verify your device, send encrypted or unencrypted +messages, send encrypted or unencrypted files of various Mime types, +list devices, and log out. We should be able to do more! + +This project is currently only a vision. The Python package matrix-commander +exists. See [matrix-commander](https://github.com/8go/matrix-commander/). +The vision is to have a compatible program in Rust. I cannot do it myself, +but I can coordinate and merge your pull requests. +This project depends on you. The project will only advance if you provide +the code. Have a look at the repo +[matrix-commander-rs](https://github.com/8go/matrix-commander-rs/). +Please help! Please contribute code to make this vision a reality, +and to one day have a functional +[matrix-commander](https://crates.io/crates/matrix-commander) crate. +Safe! diff --git a/gatsby/static/docs/projects/images/matrix-commander-rs-screenshot.png b/gatsby/static/docs/projects/images/matrix-commander-rs-screenshot.png new file mode 100644 index 0000000000..14ebf2290d Binary files /dev/null and b/gatsby/static/docs/projects/images/matrix-commander-rs-screenshot.png differ