cash icon indicating copy to clipboard operation
cash copied to clipboard

standalone cash-cat doesn't copy stdin

Open kevinoid opened this issue 9 years ago • 4 comments

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

kevinoid avatar Feb 23 '16 22:02 kevinoid

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.

kevinoid avatar Feb 23 '16 22:02 kevinoid

Thanks for reporting! I'll check it out.

dthree avatar Feb 23 '16 23:02 dthree

Sure thing. Thanks @dthree!

kevinoid avatar Feb 24 '16 01:02 kevinoid

Hi @dthree , How's it going

imcuttle avatar Sep 29 '18 11:09 imcuttle