Anthony Scopatz

Results 370 comments of Anthony Scopatz

Apparently it isn't on Mac by default: http://stackoverflow.com/a/22046969/2312428 This would be a pretty easy alias to write, though. Might make a nice addition to xonsh.

@asmeurer, should we close this issue in favor of a rename alias issue.?

What setup are you using to interface with these foreign shells? the interface should work if you supply the correct information, but we do not yet have sensible defaults for...

> I think there might be at least a fallback for a shell without detected extra features. Well, I am not sure there is a generic fallback since we span...

Well, for every foreign shell that we want to support by default, the mappings at the top of [`foreign_shells.py` here](https://github.com/xonsh/xonsh/blob/master/xonsh/foreign_shells.py#L81) should have corresponding entries. The documentation for these entries is...

I am 100% for more modularity. But just out of curiosity, what are you thinking in terms of implementation? I think it still makes sense for many of these pieces...

I think this might be a slight misunderstanding here. `_` in Python REPLs represents the last unassigned object to be executed. When you are running commands normally, `_` is the...

Hi @battaglia01 - We actually have started moving in this direction a bit. Recently @CJ-Wright has started up a `xonsh.lib` sub-package, which is usable from pure Python. This is meant...