Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdamore/gomatrix
Displays "The Matrix" in a terminal
https://github.com/gdamore/gomatrix
Last synced: 30 days ago
JSON representation
Displays "The Matrix" in a terminal
- Host: GitHub
- URL: https://github.com/gdamore/gomatrix
- Owner: gdamore
- License: bsd-2-clause
- Fork: true (GeertJohan/gomatrix)
- Created: 2015-10-06T06:09:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-07T17:04:40.000Z (9 months ago)
- Last Synced: 2024-08-04T01:22:30.481Z (4 months ago)
- Language: Go
- Homepage:
- Size: 105 KB
- Stars: 37
- Watchers: 5
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## THIS IS A FORK of github.com/GeertJohan/gomatrix
> _This fork uses github.com/gdamore/tcell
> It offers better (nicer/richer) colors and can work on terminals that don't
> support Unicode. For example, it works on GB18030, and EUC-JP terminals.
> If your environment is not UTF-8 compliant, the glyphs will be replaced with
> "?"'s by default. Press "a" to see ASCII in that case._## gomatrix
gomatrix connects to The Matrix and displays it's data streams in your terminal.### Installation
Install from source with `go get github.com/GeertJohan/gomatrix`### Usage
Just run `gomatrix`. Use `gomatrix --help` to view all options.### Docker
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`
### License:
This project is licenced under a a Simplified BSD license. Please read the [LICENSE file](LICENSE).