From aa22f8d7c9db371a02331b870a42e552635108f7 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Mon, 7 Jun 2021 20:28:00 +0100 Subject: [PATCH] Add minimal README --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a49401a --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# 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 +- [ ] Handle multiple accounts on different homeservers +- [ ] Add room alias +- [ ] Remove room alias +- [ ] Tombstone room +- [ ] Upgrade room +