xonsh is a Python-powered, cross-platform, Unix-gazing shell language and command prompt
gforsyth on master
Add $HISTCONTROL=ignorespace su… (compare)
docker run -it --rm xonsh/xonsh:slim
$()
$()
is for the following command:yay -Rcs $(yay -Qdtq)
. This command (on arch linux with yay installed) makes each line of the output of $(yay -Qdtq)
an argument for yay -Rcs
, but xonsh doesn't seem to split arguments on newlines/spaces
Re https://github.com/xonsh/xonsh/pull/3926#issuecomment-716235905
It looks like there was a lot of discussion already over here
No. In this questions there is a lack of feedback but it's core question.
Lack of feedback? Both issue #3924 and PR #3926 are mere 2.5 days old and have received comments since. Give things some time, @anki-code. Not all of us contribute to Xonsh 24/7.
@das-g Thanks for your attention! It's appreciated. I know. But I see by another issues past year that activity is very low.
Anthony wrote:
But the bigger the effects of the change, like with subprocess syntax, the more people are going to need to weigh in on the pros/cons and the more forethought will need to be put into it.
And because the change is very closer to core I mentioned contributors. Sad but xonsh hasn't another ways. No social network publics or something like this.
ls file
hit tab and get a list with file1.txt
and file2.txt
. With the cursor keys I can select one. Now when I confirm the selection with enter
it completes as I want, but executes the statement as well. How can I just confirm without executing, so that I can type more stuff in that line?
bash
but it pacman
showed a bunch of package errors