forked from trinitrix/core
1
0
Fork 0
A tui multi protocol chat client written in rust.
Go to file
Benedikt Peetz 2a2c173683
Fix(command_interface): Use comments to generate the help function
The generation part is yet to be done, but the comments itself are
supposed to be the way of documentation.
2023-07-19 06:32:19 +02:00
docs Docs(Commands): Documented the command system 2023-07-10 23:36:54 +02:00
lua_macros Fix(lua_macros): Add sender trough app_data 2023-07-18 08:03:16 +02:00
src Fix(command_interface): Use comments to generate the help function 2023-07-19 06:32:19 +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 Fix(lua): Switch to mlua library, as it's better than rlua 2023-07-17 07:27:51 +02:00
Cargo.toml Fix(lua): Switch to mlua library, as it's better than rlua 2023-07-17 07:27:51 +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 Fix(lua): Switch to mlua library, as it's better than rlua 2023-07-17 07:27:51 +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.