Andy Kipp

Results 193 issues of Andy Kipp

This is metaissue for list of tasks on refactoring. Medium priority: * I noticed that reading the xontribs list for autoloaders takes a bit of time. It will be cool...

xontrib
good first issue
v1
refactoring

I want to describe and force us to think about this case. 1. For example we have globally installed xonsh e.g. via [xonsh-install](https://github.com/anki-code/xonsh-install) in `~/.local/xonsh-env`. After running it we have...

needs-discussion
v1
edge-case

`tools.py` has 2877 lines. We need to review the functions and: * group functions by topics in `xonsh.lib` * move functions to `xonsh.platforms` e.g. `hardcode_colors_for_win10`, `WIN10_COLOR_MAP`, `_win_bold_color_map`, etc ## For...

good first issue
priority-medium
v1
refactoring

Hello! I've built simple app with one line `import subprocess` and compile with Nuitka `factory` on Mac M1 with Python 3.11.1 from Mamba but I have `_PyExc_MemoryError` as the result...

needs_example

Hey! Thank you for this! Is it possible to use plain text (txt files) in addition to PDFs? Thanks!

Now it open https://github.com/vitorgalvao/notificator#usage

Hi! Thanks for this xontrib! It will be cool to have an ability to send notification using external tool. For example run [wsl-notify-send](https://github.com/stuartleeks/wsl-notify-send) as ``` sp.check_output(['/tmp/wsl-notify-send.exe', '--appId', 'Title!', '-c', 'Subtitle!',...

This PR is the result of merging current versions of [xonsh/xonsh/completers/bash_completion.py](https://github.com/xonsh/xonsh/blob/bb75a5a53ba6b5e4ed60ae88839283075e9f47dc/xonsh/completers/bash_completion.py#L1) and [py-bash-completion/bash_completion.py](https://github.com/xonsh/py-bash-completion/blob/da155cc11d0142b16474d38efad173d0ee0cdd66/bash_completion.py#L1).

Hi! Thank you for this awesome list! The xonsh shell has [new short description](https://github.com/xonsh/xonsh/). So I'm just updating it here. Thanks!

I want to use the notification feature in https://github.com/anki-code/xontrib-prompt-starship