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 <kbd>+</kbd>)
    * quit with error code on <kbd>Q</kbd>
    * additional key <kbd>F5</kbd> 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
This commit is contained in:
Dilawar Singh 2020-02-17 05:30:10 +00:00 committed by Git OBS Bridge
parent 17f749fd0c
commit b9d9eb1965
4 changed files with 34 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a11e54469bb28173bba0dd1762b4648d4e79343927ba7f25067dfbf3db8e3b1d
size 97998

3
nnn-3.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04db6d6710ce1232c779bf70137a86557e486614e20327717122bb63f36348f7
size 102636

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Mon Feb 17 05:24:51 UTC 2020 - Dilawar Singh <dilawar.s.rajput@gmail.com>
- 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 <kbd>+</kbd>)
* quit with error code on <kbd>Q</kbd>
* additional key <kbd>F5</kbd> 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 <dilawar.s.rajput@gmail.com>

View File

@ -17,7 +17,7 @@
Name: nnn
Version: 2.9
Version: 3.0
Release: 0
Summary: Terminal based file browser
License: BSD-2-Clause