coreutils
https://github.com/uutils/coreutils
Rust
Cross-platform Rust rewrite of the GNU coreutils
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported14 Subscribers
Add a CodeTriage badge to coreutils
Help out
- Issues
- bug(date) incorrectly converts `%Y` to the Thai Buddhist calendar when `LC_TIME=th_TH.UTF-8` is set.
- bug(numfmt): some numbers cause incorrect conversion and logic issues
- bug(cksum): panics when using an algorithm shake128 and shake256 with an extremly large length
- feat(rm): support --preserve-root=all
- bug(hashsum): uutils show no error when providing an invalid hash and passing the option -c and --status
- bug(dir): when first argument is /dev/full, no errors reported while the gnu one errors out
- bug(kill): when using -l with $'\xFF' no errors reported
- bug(ls): when using -R with a large nested file it leads to a no human readable error messages reported after the traversal failed
- bug(dir): when using -R with a large nested file it leads to a no human readable error messages reported after the traversal failed
- bug(vdir): when using -R with a large nested file it leads to a no human readable error messages reported after the traversal failed
- Docs
- Rust not yet supported