Daniel Shimon

Results 5 issues of Daniel Shimon

Is this intentional? Neither do `;`, `and/&&`, `or/||` work. ## Expected Behavior `echo $(echo a and echo b)` should print `a\nb`. ## Current Behavior ![image](https://user-images.githubusercontent.com/18242949/102327339-45917a80-3f8e-11eb-8a8a-4aefc48f4771.png) ## For community ⬇️ **Please...

parser

Since the completions we return are completed wrt. the completion prefix, in order to handle spaced strings we need to use the entire line as the completion prefix. For example:...

# Abstract This is a proposal for re-designing the command substitution (a.k.a command pipelines) mechanisms in xonsh. A simple example for command substitution in bash: ```bash echo hi $(whoami) ```...

command-substitution

Add examples of warning filters and the difference between programatic and environmental filters. * Issue: gh-93343 ---- :books: Documentation preview :books:: https://cpython-previews--106618.org.readthedocs.build/

docs
awaiting review