Andy Kipp
Andy Kipp
Please repeat this in xonsh 0.11
Related to #4697 @jnoortheen please take a look
Thanks @jnoortheen. @t184256 please update from master!
Thanks @yaxollum @jnoortheen! @t184256 please update from master!
I can reproduce this by running `xontrib list | grep loaded`.
I think this is not a complex feature. Very welcome to someone who wants to working on this! How it could work: 1. In the base History class there is...
> Something like history search and history delete If you're using [SQLite history backend](https://xon.sh/tutorial_hist.html#sqlite-history-backend) the way to query history is very simple: ```xsh # search sqlite3 $XONSH_HISTORY_FILE "SELECT inp FROM...
Hi @rapha8l! Have you tried `xonfig wizard`? If yes what in `xonfig web` helps to you in most? You can find much more in `xonfig --help`: ``` $ xonfig --help...
Why you can't just copy xonshrc to the server instead of using wizard? :)
If anybody wants to add the path temporarily there is `swap`: ```python print($PATH) with ${...}.swap(PATH=$PATH+[p"~/node_modules/.bin"]): print($PATH) print($PATH) # ['/bin', '/usr/games', '/usr/local/games', '/snap/bin'] # ['/bin', '/usr/games', '/usr/local/games', '/snap/bin', PosixPath('/home/user/node_modules/.bin')] # ['/bin',...