1
0
Fork 0
A tui matrix client written in rust.
Go to file
Benedikt Peetz 74be1c2506
Build(flake): Also add the openssl dependencies to the devShell
2023-07-09 07:53:15 +02:00
docs docs (architecture): Added codebase architecture diagram 2023-07-01 22:54:20 +02:00
src feature (ui - room info): added basic infos (name & encryption status) to the main ui's 'room info' panel 2023-07-08 23:37:10 +02:00
.envrc Build(flake): Enable direnv integration 2023-07-09 07:28:40 +02:00
.gitignore Build(flake): Enable direnv integration 2023-07-09 07:28:40 +02:00
Cargo.lock feature (ui - rooms / events): implemented a rooms list area in the UI and live timeline updates on room timeline sync events 2023-07-08 14:45:08 +02:00
Cargo.toml feature (ui - rooms / events): implemented a rooms list area in the UI and live timeline updates on room timeline sync events 2023-07-08 14:45:08 +02:00
LICENSE docs: added initial docs (README, LICENSE, commit message style) 2023-06-15 00:10:05 +02:00
README.md docs: added initial docs (README, LICENSE, commit message style) 2023-06-15 00:10:05 +02:00
flake.lock Build(flake): Initialize the flake 2023-07-09 07:28:19 +02:00
flake.nix Build(flake): Also add the openssl dependencies to the devShell 2023-07-09 07:53:15 +02:00
logo.png fix (logo): made logo 1:1 2023-06-15 12:16:36 +02:00
logo.svg feature (logo): designed a placeholder logo 2023-06-15 01:10:30 +02:00

README.md

Trinitrix

Trinitrix is a terminal UI client for the matrix chat protocol. Docs can be found here.


License (MIT)

Copyright 2023 The Trinitrix Project antifallobst@systemausfall.org

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.