1.3.1 • Published 5 years ago

matrix-rain-stream v1.3.1

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

matrix-rain-stream

Visualise long-running terminal processes as Matrix-style code rain

Usage

To install, use

npm i -g matrix-rain-stream

To run, pipe any process into rain:

adb logcat | rain

As an example, you can use the log-shit.js file included to log random numbers every few milliseconds. From the main matrix-rain-stream folder:

node log-shit.js | node index.js

You can also get stderr to rain in blood-red code by passing your desired process as an argument after -- rather than piping it:

rain -- adb logcat
rain -- node log-shit.js

Command line args so far:

-trim N

Removes N characters from the start of log lines. Useful for processes which prefix log lines with IDs or timestamps.

1.3.1

5 years ago

1.3.0

5 years ago

1.2.1

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago