Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matriex/cmatrix
The Matrix effect
https://github.com/matriex/cmatrix
Last synced: 7 days ago
JSON representation
The Matrix effect
- Host: GitHub
- URL: https://github.com/matriex/cmatrix
- Owner: matriex
- Created: 2016-11-22T05:24:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-05-05T09:10:46.000Z (over 1 year ago)
- Last Synced: 2024-08-02T17:36:44.694Z (3 months ago)
- Language: PowerShell
- Homepage:
- Size: 404 KB
- Stars: 160
- Watchers: 7
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmatrix Effect
The matrix effect on Windows through `PowerShell`
![Matrix](demo.gif "Matrix effect")
## How to
1) Open `Windows Powershell` (in some cases Admin privilege might be needed)
2) Either download and save [cmatrix.psm1](https://raw.githubusercontent.com/matriex/cmatrix/master/cmatrix.psm1) or just clonethis repo using `git clone https://github.com/matriex/cmatrix`
3) Import the module, set the timeout and enable it:
````powershell
Set-Executionpolicy remotesigned
Import-Module .\cmatrix
Set-ScreenSaverTimeout -Seconds 5
Enable-ScreenSaver
````If you are happy with it, then you can put it also in one of your module folders that you can get via `$env:PSModulePath`. Just create a folder named `cmatrix` and put `cmatrix.psm1` in it and then the next time you can just import it as `Import-Module cmatrix` without having to specify the full path.
_Author: Oisin Grehan_
_Contributor: Christoph Bergmeister_