Hacker News new | ask | show | jobs
by jakobegger 3008 days ago
Or even just

    qr-filetransfer <(pbpaste)
1 comments

This is not going to work unfortunately, the program expects the arguments to be paths.
<() expands to a path:

    $ echo <(true)
    /dev/fd/63
Ah, you are absolutely right