Skip to content

Commit 568de28

Browse files
committed
doc: describe more the project
1 parent e9122c5 commit 568de28

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,16 @@ cargo install coreutils
4242

4343
## Goals
4444

45-
uutils aims to be a drop-in replacement for the GNU utils. Differences with GNU
45+
uutils coreutils aims to be a drop-in replacement for the GNU utils. Differences with GNU
4646
are treated as bugs.
4747

48+
Our key objectives include:
49+
- Matching GNU's output (stdout and error code) exactly
50+
- Better error messages
51+
- Providing comprehensive internationalization support (UTF-8)
52+
- Improved performances
53+
- [Extensions](docs/src/extensions.md) when relevant (example: --progress)
54+
4855
uutils aims to work on as many platforms as possible, to be able to use the same
4956
utils on Linux, macOS, Windows and other platforms. This ensures, for example,
5057
that scripts can be easily transferred between platforms.

0 commit comments

Comments
 (0)