|
| 1 | +nnn v3.2 |
| 2 | +2020-05-26 |
| 3 | + |
| 4 | +- an official logo |
| 5 | +- previews |
| 6 | + - config `NNN_FIFO` to write hovered file paths a previewer can read |
| 7 | + - plugin `preview-tabbed`: [tabbed](https://tools.suckless.org/tabbed)/xembed based file previewer |
| 8 | + - plugin `preview-tui`: simple TUI file previewer in tmux/xterm |
| 9 | + - plugin `preview-kitty`: preview using kitty terminal's capabilities |
| 10 | + - [live preview](https://github.com/jarun/nnn/wiki/Live-previews) configuration example |
| 11 | +- find & list |
| 12 | + - send list of files from (cmd run as) plugin to `nnn` |
| 13 | + - plugin `finder`: find/fd/fzf/grep/ripgrep/fzf (in subtree) and list in `nnn` |
| 14 | + - <kbd>Right</kbd> or <kbd>l</kbd> on symlink in list dir takes to target file |
| 15 | +- persistent session option `-S` [for disk usage, run `nnn -T d` (see help)] |
| 16 | +- hover on the file when a file path is passed as positional argument |
| 17 | +- go to first file or match with <kbd>'</kbd> (followed by <kbd>'</kbd> or <kbd>char</kbd>) |
| 18 | +- config `NNN_SEL` to specify custom selection file |
| 19 | +- config `NNN_LOCKER` to specify locker program |
| 20 | +- dim file details in detail mode |
| 21 | +- call `chdir()` on directory change |
| 22 | +- option `-l`: number of lines to move on mouse scroll |
| 23 | +- graphical [keybind map](https://github.com/jarun/nnn/wiki/Usage#graphical-map) |
| 24 | +- let `NNN_COLORS` override `NO_COLOR` |
| 25 | +- plugins |
| 26 | + - option `-P`: run plugin by key at start |
| 27 | + - run plugins with <kbd>Alt+key</kbd> |
| 28 | + - allow `NNN_PIPE` usage by commands run as plugin |
| 29 | + - input format to `NNN_PIPE`: `<ctxcode><opcode><data>` (see plugins doc) |
| 30 | + - set `ctxcode` to `+` for smart context usage (next inactive, else current) |
| 31 | + - `getplugs` to fetch plugins by installed version of `nnn` |
| 32 | + - plugin `mimelist`: list files by mime type in subtree |
| 33 | + - plugin `bookmarks`: named bookmarks using symlinks |
| 34 | + - plugin `nbak`: backup `nnn` config |
| 35 | + - `nuke` adds lowdown as alternative markdown viewer |
| 36 | + - several plugin improvements |
| 37 | +- fix broken screen on resize (see #520) |
| 38 | +- fix broken version sort (see #550) |
| 39 | +- fix list and pipe modes not working together |
| 40 | +- fix multiple issues with listing files |
| 41 | +- fix `@` shown in detail mode for symlink to dir |
| 42 | +- fix listing files directly under `/` |
| 43 | +- move to `-std=c11` |
| 44 | + |
| 45 | +------------------------------------------------------------------------------- |
| 46 | + |
1 | 47 | nnn v3.1
|
2 | 48 | 2020-04-13
|
3 | 49 |
|
|
0 commit comments