commit 26ae2a5bdbeceb3b8111e5872f3eb8e3c5565e83 Author: Byron Torres <b@torresjrjr.com> Date: Tue, 22 Nov 2022 00:09:19 +0000 initial commit Diffstat:
A | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,9 @@ +# ed + +An implementation of POSIX ed, +the standard text editor, +written in Hare. + +(pre-alpha) + +Send patches to <~torresjrjr/public-inbox@lists.sr.ht>.