From 568de289e3346142f61a0c221feddbb26ac48641 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 1 Sep 2025 23:21:42 +0200 Subject: [PATCH] doc: describe more the project --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ae6f4a682..b273ff3d3 100644 --- a/README.md +++ b/README.md @@ -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.