A simple CLI interface to basic Matrix room admin tasks
Go to file
Jez Cope a62c549f9b Ignore unimportant files when packaging 2021-07-21 20:36:22 +01:00
src Specify dep versions for cargo publish 2021-07-21 20:32:24 +01:00
.gitignore Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
Cargo.lock Specify dep versions for cargo publish 2021-07-21 20:32:24 +01:00
Cargo.toml Ignore unimportant files when packaging 2021-07-21 20:36:22 +01:00
README.md Implement `room tombstone` command 2021-07-21 20:12:19 +01:00
envrc.sample Initial commit 2021-05-28 09:52:07 +01:00
flake.lock Remove devshell 2021-06-07 20:27:54 +01:00
flake.nix Add rustfmt to devShell 2021-07-03 14:56:33 +01:00

README.md

mxadm: a simple CLI to automate Matrix room admin tasks

TODO: intro

TODO: policy on maintenance and contributions

TODO

  • Login and store session info
  • Log out
  • Show login status
  • Tombstone room
  • Add room alias
  • Remove room alias
  • Set canonical room alias
    • Optionally create alias in one command
  • Remove canonical room alias
  • List rooms
  • Filter room list in various ways (esp. Spaces!)
  • Handle multiple accounts on different homeservers
  • Upgrade room
  • Make it easier to script workflows like "configure ACL permissions -> invite mjolnir -> op mjolnir" in multiple rooms

License

Copyright (C) 2021 Jez Cope

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.