0.9.2
ed
is the standard text editor.
JakED
is a clean room reimplementation of ed
for Windows.
It supports most ed
commands as you know them, including shell bangs and scripting capabilities.
The reason I've reimplemented it from scratch is because I couldn't find a fully working version for Windows that resembles the beauty and minimalism of UNIX ed.
There are still things to be done, but it's mostly usable at this point. See TODO
Edit like it's 1973!
Changes:
- allow slashes in replace string part of
s/aa/a\/a/g