Pixel is a Matrix client for the terminal built with Bubble Tea and mautrix-go
- 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
Key | Description |
---|---|
tab | Navigate between text input and room list |
down | Move up in the list of rooms |
up | Move down in the list of rooms |
enter | Send message to currently selected room |
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.