Files
sdn/NEWS
Přemysl Eric Janouch 1dc39f900c
All checks were successful
Alpine 3.23 Success
Alpine 3.23 aarch64 Success
Arch Linux AUR Success
OpenBSD 7.8 Success
Add and integrate sdn-edit
2026-01-27 15:35:55 +01:00

32 lines
1.1 KiB
Plaintext

Unreleased
* Added an sdn-edit script analogous to sdn-view, bound it to F4,
and moved the original key binding to F14.
1.1.0 (2026-01-10)
* Added selection functionality, and adjusted key bindings:
- C-t or Insert toggle whether the current item is selected;
- + and - adjust the selection using shell globs;
- t and T insert the selection into the external command line
in relative or absolute form, respectively;
- Enter is like t but enters directories;
- C-g or Escape clear the selection, similarly to the editor.
* Added an sdn-view script that can process Midnight Commander mc.ext.ini files
and apply matching filters; this script has been made the default F3 binding,
while the original direct pager invocation has been moved to F13 (which also
reflects Midnight Commander)
* Added an sdn-open script which does the same kind of processing as above
on top of xdg-open. This is what is now executed by M-Enter.
* Added support for Cygwin, in particular the MSYS2 flavour.
1.0.0 (2024-12-21)
* Initial release