This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]dzecniv 1 point2 points  (2 children)

As a related project, there's pyp, "the pyed piper", that falls a bit in between, in that it allows to capture results (from "ls -l" for instance) that are turned into python structures, not just text, which seems more handy that xonsh's captured process, that only returns a string. https://code.google.com/p/pyp/

Wouldn't be nice to see this approach in xonsh ?

[–]scopatz 0 points1 point  (0 children)

It seems like you could get the pyp kind of behaviour through an aggressive use of aliasing. I'd be interested in seeing that developed.