pkgsrc/sysutils/nnn
sjmulder fd2f157085 sysutils/nnn: Update to 3.2
Changes:
 - an official logo
 - previews
   - config `NNN_FIFO` to write hovered file paths a previewer can read
   - plugin `preview-tabbed`: tabbed[1]/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[2] 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[3]
 - 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`: `<ctxcode><opcode><data>` (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`

Package changes:
 - To retain more backwards compatibility, on old GCC versions (<4.7),
   -std=c99 is used instead of -std=c11.

[1] https://tools.suckless.org/tabbed
[2] https://github.com/jarun/nnn/wiki/Live-previews
[3] https://github.com/jarun/nnn/wiki/Usage#graphical-map
2020-05-30 03:06:03 +00:00
..
DESCR
distinfo sysutils/nnn: Update to 3.2 2020-05-30 03:06:03 +00:00
Makefile sysutils/nnn: Update to 3.2 2020-05-30 03:06:03 +00:00
options.mk nnn: Update to 3.1 2020-04-29 09:29:38 +00:00
PLIST nnn: Update to 3.1 2020-04-29 09:29:38 +00:00