doc: describe more the project

This commit is contained in:
Sylvestre Ledru 2025-09-01 23:21:42 +02:00
parent e9122c59b1
commit 568de289e3

View file

@ -42,9 +42,16 @@ cargo install coreutils
## Goals
uutils aims to be a drop-in replacement for the GNU utils. Differences with GNU
uutils coreutils aims to be a drop-in replacement for the GNU utils. Differences with GNU
are treated as bugs.
Our key objectives include:
- Matching GNU's output (stdout and error code) exactly
- Better error messages
- Providing comprehensive internationalization support (UTF-8)
- Improved performances
- [Extensions](docs/src/extensions.md) when relevant (example: --progress)
uutils aims to work on as many platforms as possible, to be able to use the same
utils on Linux, macOS, Windows and other platforms. This ensures, for example,
that scripts can be easily transferred between platforms.