forked from trinitrix/core
1
0
Fork 0
A tui multi protocol chat client written in rust.
Go to file
Benedikt Peetz 83cf118bc9
build(update.sh): Do not append to the `src/tests.rs` file
2023-12-23 22:07:11 +01:00
.cargo
config/lua fix(config/lua): Add a warning, that exiting with <C-c> is not supported 2023-12-16 11:46:10 +01:00
docs
src refactor(core): Use the new `keymaps` crate 2023-11-07 20:27:06 +01:00
trinitry tests(trinitry): Add some sort of fuzzing 2023-12-23 22:05:41 +01:00
.envrc
.gitignore
Cargo.lock chore(trixy): Rename `language_macros` to `trixy` 2023-12-16 11:45:12 +01:00
Cargo.toml chore(trixy): Rename `language_macros` to `trixy` 2023-12-16 11:45:12 +01:00
LICENSE
README.md
flake.lock build(treewide): Update 2023-12-14 15:33:56 +01:00
flake.nix chore(trixy, keymaps): Extract the libraries to their own repository 2023-12-23 21:58:19 +01:00
logo.png
logo.svg
update.sh build(update.sh): Do not append to the `src/tests.rs` file 2023-12-23 22:07:11 +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.