From 5485e74244b230d5791f3fd521d6d31282aaa0c1 Mon Sep 17 00:00:00 2001 From: 8go <17750857+8go@users.noreply.github.com> Date: Wed, 4 Sep 2024 16:18:33 +0000 Subject: [PATCH 1/2] Create matrix-commander-rs.md --- .../ecosystem/clients/matrix-commander-rs.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/ecosystem/clients/matrix-commander-rs.md diff --git a/content/ecosystem/clients/matrix-commander-rs.md b/content/ecosystem/clients/matrix-commander-rs.md new file mode 100644 index 000000000..e6f31ba9d --- /dev/null +++ b/content/ecosystem/clients/matrix-commander-rs.md @@ -0,0 +1,22 @@ ++++ +title = "matrix-commander-rs" +[extra] +thumbnail = "matrix-commander-rs.svg" +maintainer = "8go" +licence = "GPL-3.0-or-later" +language = "Rust" +latest_release = "2024-09-01" +maturity = "Stable" +repo = "https://github.com/8go/matrix-commander-rs" +featured = false +[extra.features] +e2ee = true +spaces = false +voip_1to1 = false +voip_jitsi = false +sso = true +multi_account = false +multi_language = false ++++ + +Simple but convenient CLI-based Matrix client app for sending and receiving. From 1f0b753a9890e6f018419c729ba5002e6d9d4825 Mon Sep 17 00:00:00 2001 From: 8go <17750857+8go@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:01:05 +0000 Subject: [PATCH 2/2] Update matrix-commander-rs.md --- content/ecosystem/clients/matrix-commander-rs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/ecosystem/clients/matrix-commander-rs.md b/content/ecosystem/clients/matrix-commander-rs.md index e6f31ba9d..7dc170a1e 100644 --- a/content/ecosystem/clients/matrix-commander-rs.md +++ b/content/ecosystem/clients/matrix-commander-rs.md @@ -17,6 +17,8 @@ voip_jitsi = false sso = true multi_account = false multi_language = false +[extra.packages] +other_linux_link = "https://github.com/8go/matrix-commander-rs/#Usage" +++ Simple but convenient CLI-based Matrix client app for sending and receiving.