Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 347 Bytes

File metadata and controls

17 lines (14 loc) · 347 Bytes

Matrix CLI client

this is a very basic Matrix-CLI-client written in Rust

Features

  • Switch Rooms
  • Send Messages
  • See/Kick Members

Usage

cargo run -- https://your.homeserver.de -u yourusername -p yourpassword

Or use the binary directly:

./matrix_client https://your.homeserver.de -u yourusername -p yourpassword