xonsh / xontrib-coreutils

Additional cross-platform core utilities that are implemented in xonsh.
2 stars 1 forks source link
coreutils xonsh xontrib

This repository was created for the xontrib that xonsh contains by default.

xontrib-coreutils

Additional core utilities that are implemented in xonsh.

xontrib load coreutils

The current list includes:

In many cases, these may have a lower performance overhead than the posix command line utility with the same name. This is because these tools avoid the need for a full subprocess call. Additionally, these tools are cross-platform.