Support reading paths from stdin #233
Replies: 9 comments 2 replies
-
Oh, very good suggestion indeed. I also want to add something like
|
Beta Was this translation helpful? Give feedback.
-
Hello, would something like this be an option? qrcp send $(echo $XPLR_PIPE_RESULT_OUT) EDIT: this way it should already work with the current version. |
Beta Was this translation helpful? Give feedback.
-
Actually this is what I'm currently using. But when there are multiple inputs, this method has two issues I have listed.
|
Beta Was this translation helpful? Give feedback.
-
Ok thanks, can you please paste here a sample content of Thanks! |
Beta Was this translation helpful? Give feedback.
-
The value of So if you
And so on. So, I'm currently using something similar to |
Beta Was this translation helpful? Give feedback.
-
Ah ok, now I understand. What about a command line flag to read the list of files to be transferred from a file?
|
Beta Was this translation helpful? Give feedback.
-
Yes... that definitely works for this use case. IMO, reading from For e.g. in Linux, with the
By using
But the second approach allows us to abstract away the path to stdin, which will come in handy in Windows, as there's apparently no equivalent to /dev/stdin. |
Beta Was this translation helpful? Give feedback.
-
It may also be possible to use |
Beta Was this translation helpful? Give feedback.
-
Ok, I like everything you propose.
Ok? |
Beta Was this translation helpful? Give feedback.
-
I'm opening this issue because:
Hi again, is there any possibility of supporting reading file paths from stdin like pipe-rename?
This will solve two main problems:
Beta Was this translation helpful? Give feedback.
All reactions