depercolator
depercolator copied to clipboard
Add pass through pipe support
It should be relatively easy to support piping input and output through depercolator so it could be hooked up to other CLI tools.
Example:
some-command myfile.cjsx | depercolator | some-other-thing
In these cases we would not write to any file and instead just pipe text to stdout.