Skip to content

ThomasJRyan/Nitrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitrix - A TUI Matrix client

Nitrix is a terminal user interface (TUI) Matrix client written in Python using Textual and the matrix-nio library.

Installation

Nitrix can be installed using pip:

# Create a virtual environment
python3 -m venv nitrix_venv
source nitrix_venv/bin/activate

# Install Nitrix
pip install git+https://github.com/ThomasJRyan/Nitrix

And run using:

nitrix

Development

To install Nitrix for development, clone the repository and install the dependencies:

git clone git@github.com:ThomasJRyan/Nitrix.git
cd Nitrix
pip install -e .
pip install -r requirements-dev.txt

When developing, you can run Nitrix using:

cd src/nitrix
textual run --dev app.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages