From e3f9c6f33ea56e1ddfea8b4fa08813a13c3aeddb Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 7 Jun 2020 13:03:22 +0200 Subject: [PATCH] cmatrix: add page (#4091) --- pages/common/cmatrix.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/cmatrix.md diff --git a/pages/common/cmatrix.md b/pages/common/cmatrix.md new file mode 100644 index 0000000000..bce9bd3716 --- /dev/null +++ b/pages/common/cmatrix.md @@ -0,0 +1,20 @@ +# cmatrix + +> Shows a scrolling Matrix like screen in the terminal. +> More information: . + +- Enable asynchronous scrolling: + +`cmatrix -a` + +- Display red text: + +`cmatrix -C {{red}}` + +- Enable rainbow mode: + +`cmatrix -r` + +- Set screen update delay to 2 centiseconds: + +`cmatrix -u {{2}}`