Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geertjohan/gomatrix
Displays "The Matrix" in a terminal
https://github.com/geertjohan/gomatrix
Last synced: 2 days ago
JSON representation
Displays "The Matrix" in a terminal
- Host: GitHub
- URL: https://github.com/geertjohan/gomatrix
- Owner: GeertJohan
- License: bsd-2-clause
- Created: 2013-05-11T13:20:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T20:43:11.000Z (about 1 year ago)
- Last Synced: 2025-01-11T15:10:23.563Z (9 days ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 293
- Watchers: 7
- Forks: 69
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## gomatrix
gomatrix connects to The Matrix and displays it's data streams in your terminal.### Installation
Install from source with `go install 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).