Andy Kipp

Results 611 comments of Andy Kipp

As a workaround may be it's possible to use intermediate layer like https://github.com/tmux-plugins/tmux-resurrect (Especially for the [xontrib-output-search](https://github.com/anki-code/xontrib-output-search) users who uses tmux). Also there is https://github.com/anki-code/xontrib-back2dir.

The fish and xonsh are incompatible. PR with this feature for xonsh is welcome!

You can help by providing the guide of how to implement this feature e.g. you can find the MacOS guidelines and the description of how it was implemented in bash/zsh/fish,...

Good work! Now you can read the bash script step by step and prepare the list of actions that shell must support. For example: 1. The shell get signal from...

This issue becomes more actual. World is going to py 3.12. Anyone who familiar with xonsh parser, please help to improve.

@rpdelaney thanks for reporting! Current workaround `keychain --quiet --absolute --dir @($XDG_DATA_HOME+"/keychain")`

Side comment. I'm not recommending to place the xonsh shell into the flexible environment where you install packages or do python updates. Please read: * [The best way to install...

> After considerable effort @rpdelaney It will be cool to pin your effort somewhere - create gist/issue with list of commands. Thanks!

@gforsyth @jnoortheen I'm not completely understand the pointer in the first message of the thread and in the related comment in PR. Could you please describe what we need to...

Maybe it's related to #3705: "trouble starting up if any threaded subproc was used in rc files."