A simple CLI interface to basic Matrix room admin tasks
Go to file
Jez Cope 8328eb7895 Add minimal add-alias implementation 2021-07-03 15:16:16 +01:00
src Add minimal add-alias implementation 2021-07-03 15:16:16 +01:00
.gitignore Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
Cargo.lock Big monolithic catchup commit 2021-07-03 14:56:08 +01:00
Cargo.toml Initial implementation of login and status verbs 2021-06-10 17:23:51 +01:00
README.md Update todo list 2021-07-03 14:56:28 +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: 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 script workflows like "configure ACL permissions -> invite mjolnir -> op mjolnir" in multiple rooms