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 d46a0c3a24
Fix(lua_command::handle): Move lua_command handler to separate thread
This makes it possible to have lua code execute commands and receive
their output value, without risking a deadlock.
2023-07-24 23:45:44 +02:00
docs Docs(Architecture): theoretically redesigned the architecture to be chat protocol independant 2023-07-20 15:47:40 +02:00
lua_macros Fix(lua_macros): Rework to support new command focused layout 2023-07-20 21:43:41 +02:00
src Fix(lua_command::handle): Move lua_command handler to separate thread 2023-07-24 23:45:44 +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 Feat(treewide): Add a feature based layout and repl subcommand 2023-07-23 16:39:01 +02:00
Cargo.toml Refactor(treewide): Remove the repl, reuse of e. handling is hard 2023-07-24 23:38:16 +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(Lock_files): Update 2023-07-17 06:08:32 +02:00
flake.nix Build(flake): Make it easier to switch to nightly 2023-07-20 21:39:38 +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.