/pixel

Pixel is a Matrix client for the terminal.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

pixel

Pixel is a Matrix client for the terminal built with Bubble Tea and mautrix-go

demo gif

How to Run

  1. Set up an account on Matrix.org - (i.e., on Element)
  2. 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>
  1. Build and go
go build
./pixel

Usage

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

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.