xonsh.xoreutils¶
Cross-platform reimplementations of common coreutils.
Pure-Python versions of cat, echo, pwd, tee, tty,
ulimit, umask, uname, uptime, which, yes and
related helpers. Used so that xonsh scripts behave identically across
POSIX and Windows.
Implements a cat command for xonsh. |
|
Implements a simple echo command for xonsh. |
|
A pwd implementation for xonsh. |
|
A tee implementation for xonsh. |
|
A tty implementation for xonsh |
|
An ulimit implementation for xonsh. |
|
Implements a umask command for xonsh. |
|
Provides a cross-platform way to figure out the system uname. |
|
Provides a cross-platform way to figure out the system uptime. |
|
Assorted utilities for xonsh core utils. |
|
Implements the which xoreutil. |
|
The xontext command. |
|
An implementation of yes for xonsh. |