- always flush stdout after a line; there were issues doing
cat | jaked | cat
, on the output side - parse extended commands
- improved online help
- 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
- implement infinite levels of undo
- allow
\/
ins//
, likes/aa/a\/a/
and it does what you think it does
- 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