Skip to content

jamesthesken/pixel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Pixel is a Matrix client for the terminal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages