cash
cash copied to clipboard
standalone cash-cat doesn't copy stdin
Cool project!
When using cash-cat as a standalone command, it doesn't appear to support copying stdin when no arguments are present. For example:
npm install cash-cat
$ echo hi | ./node_modules/.bin/cat
$
Am I doing something wrong here?
Thanks, Kevin
Assuming this is an issue, and not just me misusing it, it also doesn't appear to support reading stdin in place of the - argument.
e.g. cat header.txt - footer.txt to copy header.txt, then stdin, then footer.txt.
Thanks for reporting! I'll check it out.
Sure thing. Thanks @dthree!
Hi @dthree , How's it going