2025-03-14 21:59:59 -06:00
|
|
|
# cmatrix
|
|
|
|
|
|
|
|
|
|
> Shows a scrolling Matrix like screen in the terminal.
|
2025-12-16 10:20:31 -07:00
|
|
|
> See also: `cbonsai`, `asciiquarium`, `pipes.sh`.
|
|
|
|
|
> More information: <https://manned.org/cmatrix>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Enable [a]synchronous scrolling:
|
|
|
|
|
|
|
|
|
|
`cmatrix -a`
|
|
|
|
|
|
|
|
|
|
- Change the text [C]olor (green by default):
|
|
|
|
|
|
|
|
|
|
`cmatrix -C {{red}}`
|
|
|
|
|
|
|
|
|
|
- Enable [r]ainbow mode:
|
|
|
|
|
|
|
|
|
|
`cmatrix -r`
|
|
|
|
|
|
|
|
|
|
- Use a screen [u]pdate delay of 100 centiseconds (1 second):
|
|
|
|
|
|
|
|
|
|
`cmatrix -u 100`
|
2025-12-16 10:20:31 -07:00
|
|
|
|
|
|
|
|
- Use [s]creensaver mode where the first keystroke exits:
|
|
|
|
|
|
|
|
|
|
`cmatrix -s`
|