2020-06-07 12:03:22 +01:00
|
|
|
# cmatrix
|
|
|
|
|
|
|
|
> Shows a scrolling Matrix like screen in the terminal.
|
|
|
|
> More information: <https://github.com/abishekvashok/cmatrix>.
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Enable [a]synchronous scrolling:
|
2020-06-07 12:03:22 +01:00
|
|
|
|
|
|
|
`cmatrix -a`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Change the text [C]olor (green by default):
|
2020-06-07 12:03:22 +01:00
|
|
|
|
|
|
|
`cmatrix -C {{red}}`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Enable [r]ainbow mode:
|
2020-06-07 12:03:22 +01:00
|
|
|
|
|
|
|
`cmatrix -r`
|
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
- Use a screen [u]pdate delay of 100 centiseconds (1 second):
|
2020-06-07 12:03:22 +01:00
|
|
|
|
2024-02-09 13:55:36 +00:00
|
|
|
`cmatrix -u 100`
|