pipe-to not grabbing selection as arguments
#11305
Unanswered
jerabaul29
asked this question in
General
Replies: 2 comments 1 reply
|
pipe-to (and pipe) pipe arguments to stdin (like |
1 reply
|
Also works with multiple selections. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Summary
I wonder if
pipe-todoes not grab the selections as arguments as expected - or otherwise I do not understand correctly the documentation about it, and it would be helpful to provide more details about how it should be used :) .Reproduction Steps
I tried this:
hxx:pipe-to touchI expected this to happen:
touch hellois executed and the empty filehellogets createdInstead, this happened:
Shell error: touch: missing file operandTry 'touch --help' for more information.I have also tried a number of variations around this (putting spaces, " , etc)
Helix log
Platform
Linux, Ubunt 22.04
Terminal Emulator
GNOME Terminal 3.44.0 using VTE 0.68.0 +BIDI +GNUTLS +ICU +SYSTEMD
Installation Method
app image from latest release
Helix Version
24.7
All reactions