From 3eb4b5197e036f2c3a058df65ac49af9f26e8d741949018b6aab44e9f09a55cc Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Wed, 21 Jul 2021 19:51:24 +0000 Subject: [PATCH] Accepting request 907598 from home:dilawar:branches:utilities - Update to version 4.2 (Mojito) - `NNN_PLUG` indicator symbol interpretation has **changed**: - `!` - _run-cmd-as-plugin_ (earlier `_`) - `&` - _run-gui-cmd-as-plugin_ (earlier `|`) - `|` (new) - page noninteractive _run-cmd-as-plugin_ output - persistent selection markers (#1086) - option _extract to..._ for archives - mount remote and mount/extract archive to a smart context - confirm file trashing to avoid accidental press of x (#1101) - insert the last command executed at prompt on Up or Down - insert the current file name at empty prompt on TAB - handle redraw issue on missed `KEY_RESIZE` (#1067) - add force-tty capability to spawn and set pagers to it (#1064) - clear selection mode on deselecting last selected file (#1098) - remove selected hovered entry from selection on deletion - disable filtering in empty directories - ignore last pressed filter character when no matches - fix broken screen on resize while paging (#1072) - fix archive not hovered on creation - remove libgit2 dependency in `gitstatus` patch (#1095) - add `-G` flag for `gitstatus` patch - option `-X` for explorer (persistent picker) mode - option `-F` decommissioned in favour of config `NNN_HELP` - `-F` redefined to multiplex `NNN_FIFO` to preview or explore - support paging noninterative _run-cmd-as-plugin_ output - `nuke` - add option to execute binaries (#1111) - plugin `fzopen` - call `open` on macOS, add option to use `nuke` - plugin `fzcd` will not modify selection - plugin `suedit` - preserve environment - several `preview-tui` fixes - plugin `wall` renamed to `wallpaper` - remove plugin `fzz` - merged into plugin `autojump` - remove plugin `upgrade` - packaging is on OBS now - remove plugin `treeview` - needs minor `preview-tui` tweak - remove plugin `picker` - `nnn -p -` does the same - remove plugin `pdfview` - needs simple change in `pdfread` - remove plugin `uidgid` - use program option `-U` - remove plugins `mediainf`, `hexview` - simple one-liners OBS-URL: https://build.opensuse.org/request/show/907598 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=58 --- nnn.changes | 43 +++++++++++++++++++++++++++++++++++++++++++ nnn.spec | 2 +- v4.1.1.tar.gz | 3 --- v4.2.tar.gz | 3 +++ 4 files changed, 47 insertions(+), 4 deletions(-) delete mode 100644 v4.1.1.tar.gz create mode 100644 v4.2.tar.gz diff --git a/nnn.changes b/nnn.changes index 985528e..caacd83 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Wed Jul 21 19:47:01 UTC 2021 - Dilawar Singh + +- Update to version 4.2 (Mojito) + + - `NNN_PLUG` indicator symbol interpretation has **changed**: + - `!` - _run-cmd-as-plugin_ (earlier `_`) + - `&` - _run-gui-cmd-as-plugin_ (earlier `|`) + - `|` (new) - page noninteractive _run-cmd-as-plugin_ output + - persistent selection markers (#1086) + - option _extract to..._ for archives + - mount remote and mount/extract archive to a smart context + - confirm file trashing to avoid accidental press of x (#1101) + - insert the last command executed at prompt on Up or Down + - insert the current file name at empty prompt on TAB + - handle redraw issue on missed `KEY_RESIZE` (#1067) + - add force-tty capability to spawn and set pagers to it (#1064) + - clear selection mode on deselecting last selected file (#1098) + - remove selected hovered entry from selection on deletion + - disable filtering in empty directories + - ignore last pressed filter character when no matches + - fix broken screen on resize while paging (#1072) + - fix archive not hovered on creation + - remove libgit2 dependency in `gitstatus` patch (#1095) + - add `-G` flag for `gitstatus` patch + - option `-X` for explorer (persistent picker) mode + - option `-F` decommissioned in favour of config `NNN_HELP` + - `-F` redefined to multiplex `NNN_FIFO` to preview or explore + - support paging noninterative _run-cmd-as-plugin_ output + - `nuke` - add option to execute binaries (#1111) + - plugin `fzopen` - call `open` on macOS, add option to use `nuke` + - plugin `fzcd` will not modify selection + - plugin `suedit` - preserve environment + - several `preview-tui` fixes + - plugin `wall` renamed to `wallpaper` + - remove plugin `fzz` - merged into plugin `autojump` + - remove plugin `upgrade` - packaging is on OBS now + - remove plugin `treeview` - needs minor `preview-tui` tweak + - remove plugin `picker` - `nnn -p -` does the same + - remove plugin `pdfview` - needs simple change in `pdfread` + - remove plugin `uidgid` - use program option `-U` + - remove plugins `mediainf`, `hexview` - simple one-liners + ------------------------------------------------------------------- Fri Jul 16 20:14:04 UTC 2021 - Dirk Müller diff --git a/nnn.spec b/nnn.spec index d3d5b6b..779e7e2 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 4.1.1 +Version: 4.2 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause diff --git a/v4.1.1.tar.gz b/v4.1.1.tar.gz deleted file mode 100644 index 69eda04..0000000 --- a/v4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0e02668da6324c12c39db35fe5c26bd45f3e02e5684a351b8ce8a357419ceba -size 227160 diff --git a/v4.2.tar.gz b/v4.2.tar.gz new file mode 100644 index 0000000..a652503 --- /dev/null +++ b/v4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5675f9fe53bddfd92681ef88bf6c0fab3ad897f9e74dd6cdff32fe1fa62c687f +size 229745