pipe-to
not grabbing selection as arguments
#11305
Unanswered
jerabaul29
asked this question in
General
Replies: 1 comment
-
pipe-to (and pipe) pipe arguments to stdin (like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I wonder if
pipe-to
does 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:
hx
x
:pipe-to touch
I expected this to happen:
touch hello
is executed and the empty filehello
gets 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
Beta Was this translation helpful? Give feedback.
All reactions