Skip to content

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

License

Notifications You must be signed in to change notification settings

xeroot/CSMatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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