Skip to content

Commit 056aa61

Browse files
committed
[ed] update status
1 parent 81ac7b8 commit 056aa61

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ Because it is a FAQ, the major differences between this project and uutils are:
7777
- [x] diff
7878
- [x] dirname
7979
- [x] echo
80+
- [x] ed (Editors)
8081
- [x] ex (Editors)
8182
- [x] expand
8283
- [x] expr
@@ -207,9 +208,6 @@ Because it is a FAQ, the major differences between this project and uutils are:
207208
- [ ] msgfmt (i18n)
208209
- [ ] ngettext (i18n)
209210

210-
### Editors category
211-
- [ ] ed (Editors)
212-
213211
### Misc. category
214212
- [ ] lp
215213
- [ ] patch

lib/utils.tsv

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ diff text/diff.rs
2828
dirname pathnames/dirname.rs
2929
du tree/du.rs
3030
echo display/echo.rs
31+
ed editors/ed_main.rs
3132
env process/env.rs
3233
ex editors/ex_main.rs
3334
expand text/expand.rs

0 commit comments

Comments
 (0)