An open API service indexing awesome lists of open source software.

https://github.com/xonsh/xontrib-coreutils

Additional cross-platform core utilities that are implemented in xonsh.
https://github.com/xonsh/xontrib-coreutils

coreutils xonsh xontrib

Last synced: about 1 month ago
JSON representation

Additional cross-platform core utilities that are implemented in xonsh.

Awesome Lists containing this project

README

        

*This repository was created for the xontrib that xonsh [contains by default](https://github.com/xonsh/xonsh/tree/main/xontrib).*

# xontrib-coreutils

Additional core utilities that are implemented in xonsh.

```xsh
xontrib load coreutils
```

The current list includes:
* cat
* echo
* pwd
* tee
* tty
* yes

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.