0.1.5-SNAPSHOT • Published 10 years ago
pinlog v0.1.5-SNAPSHOT
pinlog
Simple tool that 'pins' the output of tools like nodemon to always start at the top of the terminal window so that I eliminate the distraction of the constantly moving text in the console. Has hardcoded rules for nodemon and lein-cljsbuild.
To use just do
nodemon | pinlogWorks by clearing the screen when certain pattern is detected in the output.
Rules are loaded from ./.pinlog and must be array with JavaScript futctions.
Example:
[
	function lein(str){
		return /Compiling \"/.test(str);
	}
]If you want to run it locally from soucre use lein npm link
0.1.5-SNAPSHOT
10 years ago
0.1.4-SNAPSHOT
10 years ago
0.1.3-SNAPSHOT
11 years ago
0.1.2-SNAPSHOT
11 years ago
0.1.1-SNAPSHOT
11 years ago
0.1.0-SNAPSHOT
11 years ago