-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
coreutils + pipe doesn't work #4
Comments
I should probably create a new issue for this, but since it's still
I have no clue why this is happening... Maybe something to do with the fact that |
Hi @ShellCode33, thanks for reporting! I can confirm both the issues. Could you please file another report for the second bug? It seems that |
Done xonsh/xonsh#3182 ! |
Hi ! I'm new to xonsh and I find it truly amazing ! So first of all, thanks for doing it :)
I've enabed the coreutils plugin to speed things up a little, but I've noticed that when you redirect the stdout of a program into the stdin of a coreutils' function, it doesn't work at all and the shell keeps printing
xonsh: readline() takes no keyword arguments
until you ctrl+c.Command to reproduce :
echo test | cat
Of course, the following works great :
echo test | /usr/bin/cat
I'm not familiar at all with xonsh code, but wouldn't it be possible to use the binary instead of the builtin when a pipe is used ? Or to consider stdin in coreutils ?
Here is my config :
For community
⬇️ Please click the 👍 reaction instead of leaving a
+1
or 👍 commentThe text was updated successfully, but these errors were encountered: