Y
Hacker News
new
|
ask
|
show
|
jobs
by
dmitrygr
3011 days ago
why not
pbpaste | qr-filetransfer /dev/stdin
1 comments
jakobegger
3011 days ago
Or even just
qr-filetransfer <(pbpaste)
link
daw___
3011 days ago
This is not going to work unfortunately, the program expects the arguments to be paths.
link
zokier
3011 days ago
<() expands to a path:
$ echo <(true) /dev/fd/63
link
daw___
3010 days ago
Ah, you are absolutely right
link