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: 3 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 (12 months ago)
- Last Synced: 2024-11-07T07:46:39.308Z (9 days ago)
- Language: Go
- Homepage:
- Size: 37.1 KB
- Stars: 293
- Watchers: 7
- Forks: 68
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dev-fun - gomatrix - Connect to The Matrix and display it's data streams in your terminal. (Golang)
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).