-
In another issue, I accidentally created the directory `$HOME/~`, which I wanted to delete. Since I was unsure of the syntax to safely delete that directory and not delete my home directory, I tried u…
-
Several issues with Xonsh path completer displaying either completions in the (prompt-toolkit) completion menu or displaying a single selected completion on the command line. No issues (found so far)…
bobhy updated
4 months ago
-
Bash and zsh both have a shorthand syntax for `2>&1 |` as `|&`, which redirects stderr to stdout, and then pipes. Xonsh has the ability to redirect both stdout and stderr to a file, with the `al…
-
User should be able to set up own conda environment. For now it seems to be impossible @ coffea-casa AF (restarting terminal don't help):
```
atlas-coffea@jupyter-oksana-2eshadura-40cern-2ech:~$ co…
-
hi, first of all, thanks a lot for these changes to xonsh. I'm currently trying out xonsh and was very disappointed in the default $() behavior, which needs a lot of stripping.
currently I'm trying…
-
Using the fzf-widgets plugin, pressing ctrl-c to exit without changing the command input causes xonsh to crash.
## xonfig
```
$ xonfig
+------------------+---------------------------------…
-
When running a xonsh script from the xonsh shellprompt the shell _sometimes_ uses an outdated (cached?) version of the script. Only copying the script to a new name resolves this, even exiting the sh…
-
## xonfig
```
+------------------+----------------------+
| xonsh | 0.9.27 |
| Git SHA | 71fe9014 |
| Commit Date | Jan 29 08:58:58 2021 |…
egnor updated
3 years ago
-
In preparation of the tutorial, I tried to activate conda via: conda activate wp_env .
Got error msg:
CommandNotFoundError: Your shell has not been properly configured to use 'conda activate'.
T…
-
Is there something I can add to my config file to swap the completion selection mechanism with fzf?
The idea is when you do, say, ls , the (standard) completion function generates a list of candida…