Displays "The Matrix" in a terminal
gomatrix connects to The Matrix and displays it's data streams in your terminal.
Install from source with
go get github.com/GeertJohan/gomatrix
Just run
gomatrix. Use
gomatrix --helpto view all options.
This application is available in docker.
Build manually with
docker build -t gomatrix .and
docker run -ti gomatrix.
Or pull the automated build version:
docker run -ti geertjohan/gomatrix
This project is licenced under a a Simplified BSD license. Please read the LICENSE file.