rmatrix 0.2.0

Matrix like animation running in terminal
Documentation
# RMatrix

> The matrix in Rust.

[![Build Status](https://travis-ci.org/magmast/rmatrix.svg?branch=master)](https://travis-ci.org/magmast/rmatrix)

Matrix like animation running in terminal.

![GIF with rmatrix running](example.gif)

## To Do

- [ ] Show more characters than just ASCII alphanumerics and a cli parameter
  to change that
- [ ] Allow modifying sequence and column gaps with cli parameters
- [ ] Allow modifying sequence height (also rename this to length) through cli
  parameters

## Installation

You can install rmatrix via Cargo with just one command:

```sh
cargo install rmatrix
```

## Usage

When you feel that you need to see random characters on your screen just run:

```sh
rmatrix
```

## License

This project is licensed under the MIT License - see the [LICENSE file](LICENSE) for details