tldr/pages/common/cmatrix.md

21 lines
371 B
Markdown
Raw Normal View History

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>.
- Enable [a]synchronous scrolling:
2020-06-07 12:03:22 +01:00
`cmatrix -a`
- Change the text [C]olor (green by default):
2020-06-07 12:03:22 +01:00
`cmatrix -C {{red}}`
- Enable [r]ainbow mode:
2020-06-07 12:03:22 +01:00
`cmatrix -r`
- Use a screen [u]pdate delay of 100 centiseconds (1 second):
2020-06-07 12:03:22 +01:00
`cmatrix -u 100`