A simple CLI interface to basic Matrix room admin tasks
Go to file
Jez Cope c984e84cb3 Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
src Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
.gitignore Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
Cargo.lock Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
Cargo.toml Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
README.md Initial implementation of login and status verbs 2021-06-10 17:23:51 +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 Remove devshell 2021-06-07 20:27:54 +01:00

README.md

mxadm: a simple CLI to automate Matrix room admin tasks

TODO: intro

TODO: license

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
  • List rooms
  • Filter room list in various ways (esp. Spaces!)
  • Handle multiple accounts on different homeservers
  • Upgrade room
  • Make it easier to do workflows like "invite mjolnir -> op mjolnir" in multiple rooms