Andy Kipp
Andy Kipp
- [x] I have carefully **read and comply** with the [Contributing Guidelines](https://github.com/k4m4/terminals-are-sexy/blob/master/contributing.md) of this repo. - [x] I have **searched** the [PRs](https://github.com/k4m4/terminals-are-sexy/pulls) of this repo and believe that this is...
Hi! Thank you for this great packages! It will be cool to have [WSL](https://docs.microsoft.com/en-us/windows/wsl/about) support. One way is to have an ability to send notifications using external tools i.e. [wsl-notify-send](https://github.com/stuartleeks/wsl-notify-send):...
Hello Greenplum Team! Thank you for great database! I'm trying to use indexes in Greenplum 6 (single mode with two segments) and I've got the case: ``` CREATE TABLE tbl...
Hi! Thank you for your big work! Is there a way to build Python on MacOS? My idea is about to using unpacked AppImage with Python that can be run...
Hi! While I creating #18 I thought that it will be great to have the similar algorithm for GitHub Actions that you're already using. May be create `python-appimage-github-actions-example` repo with...
We need two things: 1. `history delete ` command that will delete certain command from history 2. The way to mark commands and skip it while flushing history on disk...
xonsh [has `--no-rc`](https://github.com/xonsh/xonsh/blob/6fa83f830579d2bad39b1842911951f55a9da22c/xonsh/main.py#L180-L186) to avoid loading RC files. But if we want to run completely clean xonsh we need to avoid inheritance environment. For example sometimes I faced with issues...
_Originally posted by @niktob560 in https://github.com/xxh/xxh-shell-zsh/issues/1#issuecomment-720942264_: There is not only an iPhone issue - I have an issue while connecting into Ubuntu Server 20.10 running on Raspberry Pi 4 Model...
The plugins should be sorted by pluginrc file name instead of plugin directory name. Here how it works now: * https://github.com/xxh/xxh-shell-xonsh-appimage/blob/51b89c783c25bfd3f8ec74f0349d217d4e9ca822/xonshrc.xsh#L51 How it should work: * https://github.com/xxh/xxh-shell-zsh/blob/b1e2e7fbb958e95ac21e9bd53c958a25154044cc/zshrc#L8 **For community:** ⬇️...
If the host has python and tools that use it it will be good to switch from xonsh python to host`s python for using the tools. ⬇️ **Please click the...