pixel
Pixel is a Matrix client for the terminal built with Bubble Tea and mautrix-go
How to Run
- Set up an account on Matrix.org – (i.e., on Element)
- Clone this repo and set environment variables for your account credentials:
git clone https://github.com/jamesthesken/pixel.git
export PIXEL_HOMESERVER=matrix.org
export PIXEL_USERNAME=<your_username>
export PIXEL_PASSWORD=<your_password>
- Build and go
go build
./pixel
Usage
Pixel can’t do much yet, currently it is read-only.
To navigate between rooms, press tab
then enter
on the room you want to see messages for.
Contributing
You’ll notice this project can’t do much yet! If you want to contribute please feel free to start an issue or pull request.