Skip to content

Releases: alzwded/JakED

0.9.5

23 Aug 13:44
Compare
Choose a tag to compare

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. While there, I've added QOL stuff like "filter through shell command" capabilities, infinite undo levels, optional "join character" to the j command.

There are still minor things to be done (the biggest one is performance), but it's mostly usable at this point. See TODO

Edit like it's 1973!

Changes:

  • improved online help to show all commands

You will find a zip package with JakED.exe and documentation and all that, but also the raw .exe. I very occasionally need to download the .exe in Windows containers to get any text editor, so it's more for me than for you 😄.

0.9.4

23 Aug 11:42
Compare
Choose a tag to compare

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. While there, I've added QOL stuff like "filter through shell command" capabilities, infinite undo levels, optional "join character" to the j command.

There are still minor things to be done (the biggest one is performance), but it's mostly usable at this point. See TODO

Edit like it's 1973!

Changes:

  • fix issue with file lengths going negative when deleting lines in an empty
    file (#7)
  • support CRLF vs LF line endings when writing files (#8)
  • added extended commands via :, e.g. :crlf, :help
  • = now prints 0 for an empty buffer instead of erroring out with invalid
    range

You will find a zip package with JakED.exe and documentation and all that, but also the raw .exe. I very occasionally need to download the .exe in Windows containers to get any text editor, so it's more for me than for you 😄.

0.9.3

28 Oct 17:57
Compare
Choose a tag to compare

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. While there, I've added QOL stuff like "filter through shell command" capabilities, infinite undo levels, optional "join character" to the j command.

There are still minor things to be done (the biggest one is performance), but it's mostly usable at this point. See TODO

Edit like it's 1973!

Changes:

  • infinite undo levels (limited only by your hard drive space)

You will find a zip package with JakED.exe and documentation and all that, but also the raw .exe. I very occasionally need to download the .exe in Windows containers to get any text editor, so it's more for me than for you 😄.

0.9.2

28 Oct 07:14
Compare
Choose a tag to compare

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

0.9.1

07 Nov 18:13
Compare
Choose a tag to compare

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:

  • implement undo for filtering (N,M!sh)
  • fix filtering only part of the file and the shell command not outputing anything
  • fix nmake clean deleting the dist build
  • added CHANGELOG
  • launched jaked with a shell command doesn't persist the command as the default filename

Initial Release

04 Nov 09:27
Compare
Choose a tag to compare

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!