Andy Kipp

Results 470 comments of Andy Kipp

Hey @funkyfisch ! Yah, I had this thought too. You can find a few mentions `ssh`, `rsync` and `scp` calls in the code. By replacing it to `docker exec`, `docker...

It will be super cool to have this method because there is awesome python-powered [xonsh shell](https://xon.sh) and Path objects are using in xonsh broadly. You can do this in the...

I prefer `shutil.chown()` vs `os.chown()` and when wrote about xonsh's use cases I mean `shutil`'s version. So +1

@Anteru thank you for review! * Version updated. * Test added.

I think it's possible to implement. As mentioned above this is working pretty well: ```xsh ${'ProgramFiles(x86)'} = 1 ${'ProgramFiles(x86)'} # 1 ``` It's needed to fix the completion: ```xsh $P...

I'm going to reopen this by many reasons: * I see that in shell scripting people want to have less keystrokes. This is why people like one-two letters in aliases...

UPD: Idea from @jaraco: it will be cool to use 🐚 as alternative to `@`. I think it's nice easter egg.

Hi @kulkarniniraj! Thank you for this! As I see in documentation `sys.last_exc` was added in py 3.12. Is it possible to make this fix backward compatible?