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.
- Host: GitHub
- URL: https://github.com/xonsh/xontrib-coreutils
- Owner: xonsh
- Created: 2023-02-14T15:19:06.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T15:20:01.000Z (about 2 years ago)
- Last Synced: 2024-10-24T15:38:55.284Z (6 months ago)
- Topics: coreutils, xonsh, xontrib
- Homepage:
- Size: 1.95 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
* yesIn 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.