Andy Kipp

Results 194 issues of Andy Kipp

Extract the output by request instead of every time. Work lazy by default and add env variable for stop lazying.

enhancement

The idea: 1. Get `prev_env = $(env)` before running the sh-command 2. Run sh-command. Example `! export QWE=123`. 3. Add saving env at the end of command: `! export QWE=123...

good first issue

`/long/long/long/long/long/long/path` -> `.../long/path` Start lines - https://github.com/anki-code/xontrib-prompt-bar/blob/fce5308375f037f227eb6058518a34724741b23c/xontrib/prompt_bar.py#L151-L152

good first issue

subj

good first issue

### Goals * Make callable aliases transparent. * Catch errors in callable aliases and show the name of the source. * Show additional attributes: thredable, capturable. * Closes #5266 ###...

aliases

Sometimes I'm facing with loops without the way to interrupt it (MacOS): ```xsh while 1: xonsh -c 'date; sleep 1' # Ctrl-C # KeyboardInterrupt # Ctrl-C # KeyboardInterrupt # Ctrl-D...

case

After merging #5377 I remember about old proposal. I'm not remember the author but It's interesting idea. It will be cool to have an ability to create transformer of captured...

good first issue
parser