1.3.1 • Published 7 years ago
matrix-rain-stream v1.3.1
matrix-rain-stream
Visualise long-running terminal processes as Matrix-style code rain
Usage
To install, use
npm i -g matrix-rain-streamTo run, pipe any process into rain:
adb logcat | rainAs 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.jsYou 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.jsCommand 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.