coreutils icon indicating copy to clipboard operation
coreutils copied to clipboard

Cross-platform Rust rewrite of the GNU coreutils

Results 925 coreutils issues
Sort by recently updated
recently updated
newest added

TL;DR: I want to add a new util for locale generation and provide locale-aware functionality in `uucore` uutils is currently following the `C` locale for most of its operations and...

I - Discussion
U - All

`cargo deny` gives an advisory warning about `atty` and it doesn't look like this will be fixed anytime soon because the `atty` crate doesn't seem to be actively maintained anymore....

good first issue

After https://github.com/uutils/coreutils/issues/2816 and https://github.com/uutils/coreutils/pull/3180. Below is a list of utils that need to be converted. Let's see if GitHub's task lists are useful here. All of them should be considered...

U - All
good first issue

* Re-factor the copy function `chown` into a function that can be re-used. * Fix bug where the group overwrote the user. * Add `chown` compatibility to follow GNU coreutils....

The multi-call `coreutils` binary starts by trying to convert its invocation path into a UTF-8 string, panicking if this doesn't work. This patch makes `coreutils` exit gracefully in this case.

A single line addition to CICD.yml

This makes printf more compatible with its GNU coreutils counterpart. - format: %c prints the first character of a string - format: parse as many characters as possible in numbers...

should fix tests/mv/trailing-slash.sh