A tui multi protocol chat client written in rust.
This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Benedikt Peetz 0fe5fe8b59 build(Cargo): Update 2024-05-04 20:07:52 +02:00
.cargo fix(src): Ensure that the new c api can actually be used 2024-05-04 15:00:58 +02:00
branding docs(branding): Init 2023-12-24 07:43:36 +01:00
config feat(config/c): Translate the example lua config to c 2024-05-04 20:04:00 +02:00
docs Docs(architecture): Add lua code execution to diagram 2023-08-04 12:36:46 +02:00
src feat(ui/repl): Get the development repl into a useful shape 2024-05-04 20:05:05 +02:00
.envrc Build(flake): Enable direnv integration 2023-07-09 07:28:40 +02:00
.gitignore feat(command_interface): Support user specified keymappings 2023-10-16 14:04:03 +02:00
Cargo.lock build(Cargo): Update 2024-05-04 20:07:52 +02:00
Cargo.toml refactor(src): Remove all matrix related code 2024-05-04 15:43:31 +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
build.rs build({makefile,build.rs}): Add the required tooling to build the plugin and trinitrix 2024-05-04 20:07:12 +02:00
flake.lock chore(Cargo): Update to the new external crates 2024-05-03 21:23:26 +02:00
flake.nix chore(Cargo): Update to the new external crates 2024-05-03 21:23:26 +02:00
makefile build({makefile,build.rs}): Add the required tooling to build the plugin and trinitrix 2024-05-04 20:07:12 +02:00
update.sh chore(trinitry): Extract to separate repository 2023-12-23 22:14:17 +01: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.