Skip to content

Commit 372541c

Browse files
committed
update of the blog post
1 parent e54b33d commit 372541c

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

content/blog/2024-02-extending.md

+14-8
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ date = 2024-02-17
55
authors = ["Sylvestre Ledru", "Terts Diepraam"]
66
+++
77

8-
Over the last 4 years, we have been working at reimplementing some of the key linux tools in Rust. We started with the Coreutils and Findutils.
8+
Over the last 4 years, we have been working at reimplementing some of the key linux tools in Rust. We started with the [Coreutils](https://github.com/uutils/coreutils) and [Findutils](https://github.com/uutils/findutils).
99

1010
As we are getting closer to parity with the GNU implementation of the Coreutils, we have been thinking about what is next.
1111

@@ -14,14 +14,20 @@ Given the overwhelming positive feedback around this initiative, we are going to
1414
For the next projects, we are using the same approach: dropped-in replacement of the GNU C implementation. For consistency purposes and not interested by a license debate, we are going to use the MIT license.
1515

1616
For now, we are going to focus on:
17-
* util-linux
18-
* bsdutils
19-
* procps
20-
* diffutils (transfer by Michael Howell)
21-
* acl
17+
* [util-linux](https://github.com/uutils/util-linux)
18+
* [bsdutils](https://github.com/uutils/bsdutils)
19+
* [procps](https://github.com/uutils/procps)
20+
* [diffutils](https://github.com/uutils/diffutils) (transfered by Michael Howell)
21+
* [acl](https://github.com/uutils/acl)
2222

2323
As they are part of the essential packages on Debian & Ubuntu.
2424

25-
We are also glad to announced that TODO transfered their implementation of the diffutils under uutils.
25+
Sylvestre Ledru, Terts Diepraam and Daniel Hofstetter
2626

27-
Sylvestre Ledru, Terts and Daniel
27+
28+
FAQ
29+
###
30+
31+
License
32+
33+
Binary sizes

0 commit comments

Comments
 (0)