would be nice if it could allow pipes. example to send the clipboard:
$ pbpaste | qr-filetransfer 2018/03/22 15:06:48 At least one argument is required
But for now I think you should stick with:
pbpaste > /tmp/clipboard.txt && qr-filetransfer /tmp/clipboard.txt
Thanks for the idea, I'm tracking it in github.
pbpaste | qr-filetransfer /dev/stdin
qr-filetransfer <(pbpaste)
$ echo <(true) /dev/fd/63
But for now I think you should stick with:
pbpaste > /tmp/clipboard.txt && qr-filetransfer /tmp/clipboard.txt
Thanks for the idea, I'm tracking it in github.