Skip to content

nilsola/yamatrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

yamatrix

Yet Another Matrix program

This is just for fun.

This one has low code volume, but not as tiny as http://bruxy.regnet.cz/web/linux/EN/matrix-sh/

I did not (yet) find a good way to get the terminal size, so you have to start it with

lines_t=$(tput lines) cols_t=$(tput cols) matrix

If you run it with ˝go run matrix˝ it does not catch the parent process id, so you need to start it like

ppid_t=$$ lines_t=$(tput lines) cols_t=$(tput cols) go run matrix.go

Stop it with Ctrl-C

Todo

  • get the terminal size (see termbox)
  • get it to run in a non-utf8 (i.e. latin1) terminal
  • add a lot if funny utf-8 chars

About

Yet Another Matrix program

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages