Skip to content

xonsh/xontrib-coreutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

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:

  • 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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published