From b9d9eb19654e1fcc7472fa4b137f123f9810351316e46e1b373e807bc92ccf85 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Mon, 17 Feb 2020 05:30:10 +0000 Subject: [PATCH] Accepting request 774760 from home:dilawar:branches:openSUSE:Factory - Update to version 3.0 * take list of files as input and show * option `-e` replaces `NNN_USE_EDITOR` * option `-t` replaces `NNN_IDLE_TIMEOUT` * PCRE support * more readline bindings for native prompts * run GUI app as plugin * attempt lazy unmount when regular unmount fails * fix unmount on macOS: use `umount` * detect `sshfs` and `rclone` to prompt intelligently * auto-proceed on file open (toggle key +) * quit with error code on Q * additional key F5 to toggle hidden * key 'e' to edit in EDITOR (back on multiple user requests) * option to edit list of files in selection is changed to 'E' * do not end selection on redraw * `nuke`: [`glow`](https://github.com/charmbracelet/glow) as Markdown viewer * `nuke`: refactor, handle some common video types by extension * file name removed from status bar * static Makefile target * generate, upload static package on release * fix crash on entering empty dir, then Down * fix keypresses lost when showing message * fix #227: `nnn` creates xdg-open zombies OBS-URL: https://build.opensuse.org/request/show/774760 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=37 --- nnn-2.9.tar.gz | 3 --- nnn-3.0.tar.gz | 3 +++ nnn.changes | 30 ++++++++++++++++++++++++++++++ nnn.spec | 2 +- 4 files changed, 34 insertions(+), 4 deletions(-) delete mode 100644 nnn-2.9.tar.gz create mode 100644 nnn-3.0.tar.gz diff --git a/nnn-2.9.tar.gz b/nnn-2.9.tar.gz deleted file mode 100644 index 995728d..0000000 --- a/nnn-2.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a11e54469bb28173bba0dd1762b4648d4e79343927ba7f25067dfbf3db8e3b1d -size 97998 diff --git a/nnn-3.0.tar.gz b/nnn-3.0.tar.gz new file mode 100644 index 0000000..b924f92 --- /dev/null +++ b/nnn-3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04db6d6710ce1232c779bf70137a86557e486614e20327717122bb63f36348f7 +size 102636 diff --git a/nnn.changes b/nnn.changes index 54707ac..3821a6d 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Feb 17 05:24:51 UTC 2020 - Dilawar Singh + +- Update to version 3.0 + + * take list of files as input and show + * option `-e` replaces `NNN_USE_EDITOR` + * option `-t` replaces `NNN_IDLE_TIMEOUT` + * PCRE support + * more readline bindings for native prompts + * run GUI app as plugin + * attempt lazy unmount when regular unmount fails + * fix unmount on macOS: use `umount` + * detect `sshfs` and `rclone` to prompt intelligently + * auto-proceed on file open (toggle key +) + * quit with error code on Q + * additional key F5 to toggle hidden + * key 'e' to edit in EDITOR (back on multiple user requests) + * option to edit list of files in selection is changed to 'E' + * do not end selection on redraw + * `nuke`: [`glow`](https://github.com/charmbracelet/glow) as Markdown viewer + * `nuke`: refactor, handle some common video types by extension + * file name removed from status bar + * static Makefile target + * generate, upload static package on release + * fix crash on entering empty dir, then Down + * fix keypresses lost when showing message + * fix #227: `nnn` creates xdg-open zombies + + ------------------------------------------------------------------- Sun Jan 19 04:50:57 UTC 2020 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index 2f4e9e1..9986c74 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 2.9 +Version: 3.0 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause