From a5afe360fecc32bdc92562dfe98aedd29bc405e8 Mon Sep 17 00:00:00 2001 From: Jacobus Burger Date: Thu, 2 Nov 2023 01:29:14 -0700 Subject: [PATCH] unimatrix: add page (#11350) * add: unimatrix * Update pages/common/unimatrix.md Co-authored-by: Juri Dispan * Update pages/common/unimatrix.md Co-authored-by: Juri Dispan * use long options instead Co-authored-by: Juri Dispan * correct typo Co-authored-by: Juri Dispan * use long options instead Co-authored-by: Juri Dispan * use long options instead Co-authored-by: Juri Dispan * correct formatting Co-authored-by: Juri Dispan * correct formatting Co-authored-by: K.B.Dharun Krishna * realign order of args Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> * change examples to show clearer opts Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * rephrase program purpose Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * remove optional `=` from args Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --------- Co-authored-by: Juri Dispan Co-authored-by: K.B.Dharun Krishna Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/unimatrix.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 pages/common/unimatrix.md diff --git a/pages/common/unimatrix.md b/pages/common/unimatrix.md new file mode 100644 index 000000000..c189667c6 --- /dev/null +++ b/pages/common/unimatrix.md @@ -0,0 +1,25 @@ +# unimatrix + +> Simulate the Matrix look with Unicode characters. +> See also: `cmatrix`. +> More information: . + +- Mimic the default output of `cmatrix` (no unicode, works in a TTY): + +`unimatrix --no-bold --speed {{96}} --character-list {{o}}` + +- No bold characters, slowly, with emojis, numbers, and a few symbols: + +`unimatrix --no-bold --speed {{50}} --character-list {{ens}}` + +- Change the color of characters: + +`unimatrix --color {{red|green|blue|white|...}}` + +- Select character set(s) using letter codes (see `unimatrix --help` for available character sets): + +`unimatrix --character-list {{character_sets}}` + +- Change the scrolling speed: + +`unimatrix --speed {{number}}`