forked from trinitrix/core
1
0
Fork 0
A tui multi protocol chat client written in rust.
Go to file
Silas Schöffel 3ebd171e61
fix(flake): add buildinputs to devShell
This fixes a regression introduced in
cc13ec2867 which caused the devShell
to lack some dependencies required to build trinitrix
2024-05-06 15:51:41 +02:00
.cargo chore(treewide): Add some missing licenses 2024-05-04 20:43:16 +02:00
branding style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
config style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
docs style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
scripts style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
src style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
.envrc chore(treewide): Add some missing licenses 2024-05-04 20:43:16 +02:00
.gitignore chore(.gitignore): Ignore generate directories 2024-05-04 20:43:58 +02:00
.licensure.yml fix(licensure): Add support for lua, svg and drawio files 2024-05-04 20:56:31 +02:00
Cargo.lock build(Cargo): Update 2024-05-04 20:07:52 +02:00
Cargo.toml style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
LICENSE docs: added initial docs (README, LICENSE, commit message style) 2023-06-15 00:10:05 +02:00
LICENSE.spdx build(treewide): Update trinitrix/core to the modern standard 2024-05-04 20:40:02 +02:00
README.md style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
build.rs chore(treewide): Add up-to-date license headers 2024-05-04 20:55:52 +02:00
cog.toml chore(treewide): Add up-to-date license headers 2024-05-04 20:55:52 +02:00
flake.lock build(treewide): Update trinitrix/core to the modern standard 2024-05-04 20:40:02 +02:00
flake.nix fix(flake): add buildinputs to devShell 2024-05-06 15:51:41 +02:00
makefile chore(treewide): Add up-to-date license headers 2024-05-04 20:55:52 +02:00
treefmt.nix style(treewide): Format and improve the headers 2024-05-04 21:06:17 +02:00
update.sh style(treewide): Format and improve the headers 2024-05-04 21:06:17 +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.