From 08c8700217287dc005714fec9a8fe040866a39d473ef4e2f70804bf886537e35 Mon Sep 17 00:00:00 2001 From: Dilawar Singh Date: Tue, 26 May 2020 05:28:54 +0000 Subject: [PATCH] Accepting request 808880 from home:dilawar:branches:utilities - Update to version 3.2 * previews - config `NNN_FIFO` to write hovered file paths a previewer can read - plugin `preview-tabbed`: [tabbed](https://tools.suckless.org/tabbed)/xembed based file previewer - plugin `preview-tui`: simple TUI file previewer in tmux/xterm - plugin `preview-kitty`: preview using kitty terminal's capabilities - [live preview](https://github.com/jarun/nnn/wiki/Live-previews) configuration example * find & list - send list of files from (cmd run as) plugin to `nnn` - plugin `finder`: find/fd/fzf/grep/ripgrep/fzf (in subtree) and list in `nnn` - Right or l on symlink in list dir takes to target file * persistent session option `-S` [for disk usage, run `nnn -T d` (see help)] * hover on the file when a file path is passed as positional argument * go to first file or match with ' (followed by ' or char) * config `NNN_SEL` to specify custom selection file * config `NNN_LOCKER` to specify locker program * dim file details in detail mode * call `chdir()` on directory change * option `-l`: number of lines to move on mouse scroll * graphical [keybind map](https://github.com/jarun/nnn/wiki/Usage#graphical-map) * let `NNN_COLORS` override `NO_COLOR` * plugins - option `-P`: run plugin by key at start - run plugins with Alt+key - allow `NNN_PIPE` usage by commands run as plugin - input format to `NNN_PIPE`: `` (see plugins doc) - set `ctxcode` to `+` for smart context usage (next inactive, else current) - `getplugs` to fetch plugins by installed version of `nnn` - plugin `mimelist`: list files by mime type in subtree - plugin `bookmarks`: named bookmarks using symlinks - plugin `nbak`: backup `nnn` config - `nuke` adds lowdown as alternative markdown viewer - several plugin improvements * fix broken screen on resize (see #520) * fix broken version sort (see #550) * fix list and pipe modes not working together * fix multiple issues with listing files * fix `@` shown in detail mode for symlink to dir * fix listing files directly under `/` * move to `-std=c11` OBS-URL: https://build.opensuse.org/request/show/808880 OBS-URL: https://build.opensuse.org/package/show/utilities/nnn?expand=0&rev=41 --- nnn-3.1.tar.gz | 3 --- nnn-3.2.tar.gz | 3 +++ nnn.changes | 45 +++++++++++++++++++++++++++++++++++++++++++++ nnn.spec | 2 +- 4 files changed, 49 insertions(+), 4 deletions(-) delete mode 100644 nnn-3.1.tar.gz create mode 100644 nnn-3.2.tar.gz diff --git a/nnn-3.1.tar.gz b/nnn-3.1.tar.gz deleted file mode 100644 index 0b45890..0000000 --- a/nnn-3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d70c21b4afa30fa733ab17bb8b45291e8651f2b823fad748ffbdb3b5c3fb0489 -size 110005 diff --git a/nnn-3.2.tar.gz b/nnn-3.2.tar.gz new file mode 100644 index 0000000..a272924 --- /dev/null +++ b/nnn-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ebbd024776153ecb79c75d1a58fc5cd7cd168c6e8217100b5edf322fdf9d4fd +size 143122 diff --git a/nnn.changes b/nnn.changes index 665c54c..6bec473 100644 --- a/nnn.changes +++ b/nnn.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Tue May 26 05:12:40 UTC 2020 - Dilawar Singh + +- Update to version 3.2 + + * previews + - config `NNN_FIFO` to write hovered file paths a previewer can read + - plugin `preview-tabbed`: [tabbed](https://tools.suckless.org/tabbed)/xembed based file previewer + - plugin `preview-tui`: simple TUI file previewer in tmux/xterm + - plugin `preview-kitty`: preview using kitty terminal's capabilities + - [live preview](https://github.com/jarun/nnn/wiki/Live-previews) configuration example + * find & list + - send list of files from (cmd run as) plugin to `nnn` + - plugin `finder`: find/fd/fzf/grep/ripgrep/fzf (in subtree) and list in `nnn` + - Right or l on symlink in list dir takes to target file + * persistent session option `-S` [for disk usage, run `nnn -T d` (see help)] + * hover on the file when a file path is passed as positional argument + * go to first file or match with ' (followed by ' or char) + * config `NNN_SEL` to specify custom selection file + * config `NNN_LOCKER` to specify locker program + * dim file details in detail mode + * call `chdir()` on directory change + * option `-l`: number of lines to move on mouse scroll + * graphical [keybind map](https://github.com/jarun/nnn/wiki/Usage#graphical-map) + * let `NNN_COLORS` override `NO_COLOR` + * plugins + - option `-P`: run plugin by key at start + - run plugins with Alt+key + - allow `NNN_PIPE` usage by commands run as plugin + - input format to `NNN_PIPE`: `` (see plugins doc) + - set `ctxcode` to `+` for smart context usage (next inactive, else current) + - `getplugs` to fetch plugins by installed version of `nnn` + - plugin `mimelist`: list files by mime type in subtree + - plugin `bookmarks`: named bookmarks using symlinks + - plugin `nbak`: backup `nnn` config + - `nuke` adds lowdown as alternative markdown viewer + - several plugin improvements + * fix broken screen on resize (see #520) + * fix broken version sort (see #550) + * fix list and pipe modes not working together + * fix multiple issues with listing files + * fix `@` shown in detail mode for symlink to dir + * fix listing files directly under `/` + * move to `-std=c11` + ------------------------------------------------------------------- Mon Apr 13 07:54:16 UTC 2020 - Dilawar Singh diff --git a/nnn.spec b/nnn.spec index 359a65c..b6e43b0 100644 --- a/nnn.spec +++ b/nnn.spec @@ -17,7 +17,7 @@ Name: nnn -Version: 3.1 +Version: 3.2 Release: 0 Summary: Terminal based file browser License: BSD-2-Clause