Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 901 Bytes

File metadata and controls

39 lines (24 loc) · 901 Bytes

Licence Status

CSMatrix

An imitation of cmatrix made in C# for Windows :D.

Features:

  • Like in unix shell, you can run cmatrix animation in cmd, powershell, cmder, GitBash and so on...
  • Available arguments like delay, color and old-style scrolling.

Animation

This is how csmatrix looks like...

csmatrix2

Installation

In order to execute it from cmd anywhere, you need to add the binary to the path in windows.

Usage

Just type csmatrix and optional arguments. To quit press q key.

D:\> csmatrix -u 6 -C red -o
  • -u : Screen update delay (0 - 10)
  • -C : To set a Font color (default is "green")
  • -o : To scroll chars in old-style

License

MIT