]> Sergey Matveev's repositories - nnn.git/blob - CHANGELOG
Prepare for release v4.5 Cachaça
[nnn.git] / CHANGELOG
1 nnn v4.5 Cachaça
2 2022-04-26
3
4 - disable filter info if file details (option `-i`) enabled
5 - open previous active context on context quit
6 - switch <kbd>^J</kbd> and <kbd>+</kbd> functionality:
7   - <kbd>+</kbd>: toggle file selection
8   - <kbd>^J</kbd>: toggle auto-jump on file open
9 - allow symlink creation with name `@` to a single file (#1345)
10 - clear selection on successful operation at native prompt with "%j" (#1330)
11 - reverse timestamps of entries modified/created within 5 minutes
12 - avoid using non-portable `xargs` flags on macOS (#1299)
13 - quitcd script for Elvish shell > 0.17.0 (#1344)
14 - plugin `openall` to open selected files together (#1333)
15 - plugin `gitroot` to jump to git root directory from a subtree
16 - plugin `gsconnect` to send the selected files to Android using gsconnect
17 - icon for opus and webp files
18 - `preview-tui` - fix gif conversion and whitespace name
19 - `preview-tui` - add support for windows terminal split
20 - `preview-tui` - djvu file previews
21 - `nuke` - add support for `imv` when named _imv_
22 - `gsconnect` - support connection to multiple devices
23 - export `NNN_INCLUDE_HIDDEN` to plugins (#1308)
24 - respect `NNN_TRASH` in `.nmv` (#1306)
25 - add GNU sed as a dependency with support for env var `SED`
26 - use bold `>` to point at current entry in detail mode
27 - add 2 spaces after icons for better visibility
28 - documentation refresh
29 - make option `O_NOSORT` to load directories unsorted on entry
30
31 -------------------------------------------------------------------------------
32
33 nnn v4.4 Tequila
34 2021-11-23
35
36 - support macOS iterm2 in plugin preview-tui (#1196)
37 - use selection at native command prompt with `%j` and `%J`
38   - docs - https://github.com/jarun/nnn/wiki/concepts#special-variables
39 - scroll strings longer than columns in rename/new prompts (#1213, #279)
40 - batch rename symlink targets in listing mode (#1214)
41 - option for recursive rename in plugin .nmv (#1186)
42 - more frequent checks for cancellation during du (#1236)
43 - picker mode: enable auto-proceed
44 - picker mode: don't pick hovered file on <kbd>Enter</kbd> if selection exists
45 - picker mode: fix issue in plugin `fzopen` when used to pick files
46 - send file to explorer FIFO on double left click instead of opening it
47 - new neovim plugin [nnn.nvim](https://github.com/luukvbaal/nnn.nvim)
48   - nvim-only, featuring explorer mode (`-F` flag)
49 - explorer mode for [nnn.vim](https://github.com/mcchrish/nnn.vim#explorer)
50 - remove option `-w`: always place HW cursor on current entry
51 - accept link name when linking a single target (#1201)
52 - option `-i` to show current file information in info bar
53 - force GNU sed on *BSD and Solaris
54 - add `nsxiv` support to nuke, preview-tabbed and imgview (#1230)
55 - fix preview-tui without `-a` (#1208)
56 - pass `pts` in env var for preview-tui to use in `tput` (#1235)
57 - disable editing file in picker mode (#1183)
58 - save session in picker mode (#1190)
59 - use nerd icons for gitstatus patch (#1220)
60
61 -------------------------------------------------------------------------------
62
63 nnn v4.3 Martini
64 2021-09-29
65
66 - cool ASCII art logo in the help screen
67 - add `bookmarks` directory for flexible symlinked bookmarks
68 - new key <kbd>B</kbd> to add a symlinked bookmark for current dir
69 - special variables `$dN`, `$fN` available for plugins/prompt/shell to access
70   dir/hovered file in each conext
71 - config `NNN_ORDER` to set directory-specific ordering
72 - show/hide hidden files as per context state in plugin based batch rename
73 - retain search filter history for plugin `finder`
74 - sync multiple instances of `nnn` after operation on selection
75 - signal CWD change to terminal via OSC-7 (#1147)
76 - save complete per-context filter when saving sessions
77 - disable symlink resolution for paths in `NNN_BMS` and arg `PATH`
78 - do not end selection mode on running plugins/prompt/shell
79 - plugin `bookmarks` replaced by symlinked bookmarks support
80 - list open locations in active contexts in help page
81 - make option `O_MATCHFLTR` to discard filter key if no match
82 - configurable `NNN_TMPFILE` to _cd on quit_
83 - disable auto marking directories (use <kbd>-</kbd>)
84 - picker mode improvements
85   - open tty for input if `STDIN` is non-tty
86   - truncate output file before writing
87   - do not double select a file on <kbd>Enter</kbd>
88 - legacy macOS (< 10.12.0) support
89 - no redraw during du calculation, show processed dir name
90 - plugin `xdgdefault`: add dmenu support
91 - user patch `restorepreview`: close/restore `preview-tui` for internal edits
92
93 -------------------------------------------------------------------------------
94
95 nnn v4.2 Mojito
96 2021-07-21
97
98 - `NNN_PLUG` indicator symbol interpretation has **changed**:
99   - `!` - _run-cmd-as-plugin_ (earlier `_`)
100   - `&` - _run-gui-cmd-as-plugin_ (earlier `|`)
101   - `|` (new) - page noninteractive _run-cmd-as-plugin_ output
102 - persistent selection markers (#1086)
103 - option _extract to..._ for archives
104 - mount remote and mount/extract archive to a smart context
105 - confirm file trashing to avoid accidental press of <kbd>x</kbd> (#1101)
106 - insert the last command executed at prompt on <kbd>Up</kbd> or <kbd>Down</kbd>
107 - insert the current file name at empty prompt on <kbd>TAB</kbd>
108 - handle redraw issue on missed `KEY_RESIZE` (#1067)
109 - add force-tty capability to spawn and set pagers to it (#1064)
110 - clear selection mode on deselecting last selected file (#1098)
111 - remove selected hovered entry from selection on deletion
112 - disable filtering in empty directories
113 - ignore last pressed filter character when no matches
114 - fix broken screen on resize while paging (#1072)
115 - fix archive not hovered on creation
116 - remove libgit2 dependency in `gitstatus` patch (#1095)
117 - add `-G` flag for `gitstatus` patch
118 - option `-X` for explorer (persistent picker) mode
119 - option `-F` decommissioned in favour of config `NNN_HELP`
120 - `-F` redefined to multiplex `NNN_FIFO` to preview or explore
121 - support paging noninterative _run-cmd-as-plugin_ output
122 - `nuke` - add option to execute binaries (#1111)
123 - plugin `fzopen` - call `open` on macOS, add option to use `nuke`
124 - plugin `fzcd` will not modify selection
125 - plugin `suedit` - preserve environment
126 - several `preview-tui` fixes
127 - plugin `wall` renamed to `wallpaper`
128 - remove plugin `fzz` - merged into plugin `autojump`
129 - remove plugin `upgrade` - packaging is on OBS now
130 - remove plugin `treeview` - needs minor `preview-tui` tweak
131 - remove plugin `picker` - `nnn -p -` does the same
132 - remove plugin `pdfview` - needs simple change in `pdfread`
133 - remove plugin `uidgid` - use program option `-U`
134 - remove plugins `mediainf`, `hexview` - simple one-liners
135
136 -------------------------------------------------------------------------------
137
138 nnn v4.1.1 Sake
139 2021-06-03
140
141 - fix segfault on session save (#1041)
142 - remove redundant `_Atomic` usage
143 - move [`patches`](../tree/master/patches) directory to top-level
144 - fix and cleanup gitstatus patch
145 - plugin `imgview` improvements (#1049)
146 - restore source-code packing on CircleCI
147 - add Makefile target to compile with musl
148
149 -------------------------------------------------------------------------------
150
151 nnn v4.1
152 2021-06-02
153
154 - a patch management model for approved patches
155 - multi-threaded disk usage calculation using pthreads and FTS
156 - dynamic view update when calculating disk usage
157 - <kbd>Bksp</kbd>/<kbd>Del</kbd> at empty filter prompt to refresh dir
158 - Try to create new context with <kbd>Shift-TAB</kbd>, else reverse cycle
159 - <kbd>Alt+Esc</kbd> to quit context from filter prompt
160 - fix zombies left behind after running plugins (#999)
161 - named persistent sessions (mcchrish/nnn.vim#43)
162 - consider nanosecond resolution when sorting by time (#978)
163 - check external selection in `'c'urrent / 's'el` prompt (#976)
164 - show number of files selected in local selection buffer, if any
165 - `nnn` & picker plugin (e.g. `fzopen`) sync (mcchrish/nnn.vim#82)
166 - make batch rename interactive (#971)
167 - cached uid/gid for performance improvement
168 - fixes for `nnn` with `netbsd-curses`, `musl-fts`, `musl` (#998)
169 - script to statically compile `nnn` with `musl gcc` on Ubuntu
170 - restore hovered file when plugin is chosen from plugin dir
171 - support QuickLook on WSL in `preview-tui` (#959)
172 - toggle `preview-tui` with the same _custom_ plugin key
173 - smoother preview toggling in `preview-tui` (#966)
174 - `listen_on` should be set in kitty.conf for `preview-tui` (#970)
175 - minimal `bat` style in `preview-tui`, honors `$BAT_STYLE`
176 - plugin `preview-tui-ext` supersedes `preview-tui` (#1033)
177 - plugin `fzcd` can now fuzzy search multiple directories
178 - plugin `imgview` supersedes `imgthumb` and `vidthumb`
179 - plugin `umounttree`: unmount remote mntpoint from within
180 - plugin `xdgdefault`: set the default app for hovered file type
181 - plugin `fzplug`: fuzzy find, preview and run other plugins
182 - plugin `cmusq`: queue/play music in `cmus`
183 - plugin `mocplay` renamed to `mocq`
184 - plugin `cleanfilename` renamed to `fixname`
185 - go to last dir on <kbd>~</kbd> (HOME) or <kbd>`</kbd> (ROOT) key repeat
186 - ambiguous key <kbd>^Space</kbd> to select/clear range dropped (#998)
187 - user wiki page for [Themes](https://github.com/jarun/nnn/wiki/Themes)
188 - show selection mark (`+`) in reverse bold for improved visibility
189 - reverse block replaces `>` to mark hovered entry in detail mode
190 - make option `O_CKBOARD` removed
191 - make option `O_NOLOC` renamed to `O_NOLC`
192 - ignore `O_NOLC` if `O_ICONS` or `O_NERD` is specified (#1026)
193 - unicode arrow indicators if `O_ICONS` or `O_NERD` is specified
194 - make option `NOX11`: disable notis, sel-clipboard sync, xterm title
195 - retain filter in _nav-to-type_ mode after file open
196 - fix no files picked with `NNN_TMPFILE` exported and <kbd>q</kbd> to quit
197 - disable xterm title setting in picker mode (#974)
198
199 -------------------------------------------------------------------------------
200
201 nnn v4.0 Sushi
202 2021-04-13
203
204 - show xterm title on option `-x`
205
206 -------------------------------------------------------------------------------
207
208 nnn v3.7
209 2021-04-13
210
211 - allow plugins to clear selection (#884, #889, #917)
212 - do not clear selection on hovered file deletion
213 - resurrect `'c'urrent/'s'el` prompt and option `-u` (#889)
214 - show only file name in reverse in detail mode
215 - more file/mime types supported in `preview-tui-ext`
216 - plugin `mtpmount` - (un)mount MTP devices
217 - plugin `cleanfilename` - more shell-friendly file names
218 - plugin `rsynccp` - copy-paste with visual progress
219 - replace `$HOME` by `~` in address bar
220 - show current path in terminal title (#911)
221 - total links and inode number of hardlink in statusbar
222 - fix symlink to text file not opening in CLI editor (#890)
223 - fix symlink size shown as 0B in statusbar (#888)
224 - show symlink target in statusbar (#893)
225 - show correct disk free/total on macOS (#888)
226 - fix directory disk usage showing as 0 on macOS (#941)
227 - fix name col len with `-C` and icons compiled-in (#936)
228 - refactor printing entries in light/detail modes (#934)
229 - make option `O_CKBOARD` for checker board as indicator
230
231 -------------------------------------------------------------------------------
232
233 nnn v3.6 Nina
234 2021-03-16
235
236 - REPL command prompt (<kbd>Esc</kbd> or <kbd>Enter</kbd> to exit)
237 - invert selection with <kbd>A</kbd>
238 - option `-u` removed (always prefer selection to hovered)
239 - visit start dir on <kbd>@</kbd> when start path is a file
240 - exit filter mode and redraw on <kbd>^L</kbd> if no last filter
241 - plugin `fzcd` now selects the chosen file (#876)
242 - `ueberzug` support in plugin `preview-tui`
243 - new plugin `preview-tui-ext` with extra preview support
244 - clear selection after successful plugin invocation
245 - add method to sync subshell `$PWD` in WIki
246 - clear selection on single file deletion (#812)
247 - copy between instances not working (#864)
248 - plugin `togglex` to toggle exe mode of a selection (#813)
249 - fix `memccpy()` buffer overlap fault on macOS (#786)
250 - show `0 selected` msg on cp/mv with empty selection (#855)
251 - fix frozen terminal caused by opener (#858)
252 - migrate macOS CI to GitHub workflows, retire Travis
253
254 -------------------------------------------------------------------------------
255
256 nnn v3.5 Freddie
257 2020-11-17
258
259 - compile-in Alexey Tourbin's QSORT macro
260 - support Nerd Font patched icons [`make O_NERD=1`]
261 - auto-generate static binaries with icons support
262 - audit and adapt all plugins for macOS
263 - enhance plugin `dups` to delete duplicates interactively
264 - plugin `autojump` now supports `jump` and `zoxide`
265 - support `gio trash` to Trash [`export NNN_TRASH=2`] (#740)
266 - quit program on double <kbd>Esc</kbd> in normal mode (#775)
267 - <kbd>^Space</kbd> replaces <kbd>^K</kbd> for range selection/clear selection
268 - show selection symbol (`+`) next to filename in detail mode (#741)
269 - error & quit on <kbd>Q</kbd> if no selection, else pick to stdout
270 - repeat <kbd>^T</kbd> to cycle sort by time, size and clear
271 - option `-U` to show user & group info in status bar
272 - option `-J` to disable auto-proceed on select (#713)
273 - option `-D` to show dirs in context color with `NNN_FCOLORS`
274 - honor option `-C` for context colors
275 - show indicators if more entries above/below listing (#744)
276 - show missing utility name in flash msg (#753)
277 - exit `preview-tabbed` on <kbd>^C</kbd> (#727)
278 - invoke GNU sed (_gsed_) on macOS (#728)
279 - fix HW cursor moves to wrong line (#735)
280 - fix rollover bug with multiline scroll (#743)
281 - fix input stream not listed with `-s`/`-S` (#777)
282 - fix locker not being invoked
283 - make target `upx` for additional binary compression
284 - compress auto-generated static binaries with upx
285 - make variable `O_NOSSN` to compile out sessions
286 - make variable `O_NOUG` to compile out user & group info
287
288 -------------------------------------------------------------------------------
289
290 nnn v3.4 Emilia
291 2020-08-18
292
293 - icons with icon-specific colors (thanks @KlzXS)
294 - enhanced `NNN_COLORS` with xterm 256 colors support
295 - new colorscheme with `NNN_FCOLORS` (file type specific colors)
296 - switch `-C` to force earlier colorscheme (dirs follow context color)
297 - updates for Haiku (thanks @CodeforEvolution)
298 - fix XFS navigation issue (thanks @ucs1)
299 - optimize archive extension matching on file open
300 - show location in context color
301 - support `host[:dir]` format for remote mounts
302 - clear selection after copy
303 - support traversal on file/dir creation
304 - show selection in reverse in status bar
305 - show status bar indicator `H` when hidden files are listed
306 - show and confirm archive command output
307 - support _cd on quit_ in picker mode
308
309 -------------------------------------------------------------------------------
310
311 nnn v3.3
312 2020-07-14
313
314 - subdir `mounts` for remote and archive mounts
315 - remove mount point on successful unmount of remote/archive
316 - show error and prompt user if `cp`/`mv`/`rm` operation fails
317 - support absolute/relative paths in cp/mv as
318 - mark current path automatically on archive/remote mount
319 - mark current path automatically on target file visit in _find and list_ mode
320 - option `-C` to place HW cursor on hovered for screen readers and braille displays
321 - option `-u` to use selection (if available) and skip `current/sel` prompt
322 - key <kbd>Alt+Esc</kbd> to clear filter prompt and redraw
323 - support <kbd>Esc</kbd> to cancel remove operation
324 - `gpge` & `gpgd`: encrypt and decrypt with GPG
325 - `blknew`: create new files and directories in bulk
326 - `preview-tui`
327   - unified to support `tmux`/`kitty`/`xterm`/`$TERMINAL`
328   - auto-determine split orientation based on terminal height and width
329   - provision to use [`scope.sh`](https://github.com/ranger/ranger/blob/master/ranger/data/scope.sh) and [`pistol`](https://github.com/doronbehar/pistol)
330 - various other improvements
331 - `upload`: send to Firefox Send if [`ffsend`](https://github.com/timvisee/ffsend) is found
332 - `hexview`: add [`hx`](https://github.com/krpors/hx) as alternative hex viewer
333 - `nuke` and `imgview`: add [`imv`](https://github.com/eXeC64/imv) as alternative image viewer
334 - add find (with `fd`) and grep (with `rg`) examples in plugins doc
335 - key <kbd>Esc</kbd> or left click to resend hovered file path to `NNN_FIFO`
336 - show `+` instead of `s` in status bar on selection
337 - <kbd>F5</kbd> removed (misfit for toggle hidden), <kbd>^S</kbd> removed (often masked, redundant)
338 - handle abnormal program termination and remove NNN_PIPE and/or NNN_FIFO
339 - clear selection after successful batch rename, link creation
340 - make option `O_CTX8` for 8 contexts (NOT backward compatible with 4 contexts)
341 - fix issue with child window resize (see #656)
342 - fix issue with `NNNLVL` on macOS (see #639)
343 - fix issue with restoring session with du/au enabled
344
345 -------------------------------------------------------------------------------
346
347 nnn v3.2
348 2020-05-26
349
350 - an official logo
351 - previews
352   - config `NNN_FIFO` to write hovered file paths a previewer can read
353   - plugin `preview-tabbed`: [tabbed](https://tools.suckless.org/tabbed)/xembed based file previewer
354   - plugin `preview-tui`: simple TUI file previewer in tmux/xterm
355   - plugin `preview-kitty`: preview using kitty terminal's capabilities
356   - [live preview](https://github.com/jarun/nnn/wiki/Live-previews) configuration example
357 - find & list
358   - send list of files from (cmd run as) plugin to  `nnn`
359   - plugin `finder`: find/fd/fzf/grep/ripgrep/fzf (in subtree) and list in `nnn`
360   - <kbd>Right</kbd> or <kbd>l</kbd> on symlink in list dir takes to target file
361 - persistent session option `-S` [for disk usage, run `nnn -T d` (see help)]
362 - hover on the file when a file path is passed as positional argument
363 - go to first file or match with <kbd>'</kbd> (followed by <kbd>'</kbd> or <kbd>char</kbd>)
364 - config `NNN_SEL` to specify custom selection file
365 - config `NNN_LOCKER` to specify locker program
366 - dim file details in detail mode
367 - call `chdir()` on directory change
368 - option `-l`: number of lines to move on mouse scroll
369 - graphical [keybind map](https://github.com/jarun/nnn/wiki/Usage#graphical-map)
370 - let `NNN_COLORS` override `NO_COLOR`
371 - plugins
372   - option `-P`: run plugin by key at start
373   - run plugins with <kbd>Alt+key</kbd>
374   - allow `NNN_PIPE` usage by commands run as plugin
375   - input format to `NNN_PIPE`: `<ctxcode><opcode><data>` (see plugins doc)
376   - set `ctxcode` to `+` for smart context usage (next inactive, else current)
377   - `getplugs` to fetch plugins by installed version of `nnn`
378   - plugin `mimelist`: list files by mime type in subtree
379   - plugin `bookmarks`: named bookmarks using symlinks
380   - plugin `nbak`: backup `nnn` config
381   - `nuke` adds lowdown as alternative markdown viewer
382   - several plugin improvements
383 - fix broken screen on resize (see #520)
384 - fix broken version sort (see #550)
385 - fix list and pipe modes not working together
386 - fix multiple issues with listing files
387 - fix `@` shown in detail mode for symlink to dir
388 - fix listing files directly under `/`
389 - move to `-std=c11`
390
391 -------------------------------------------------------------------------------
392
393 nnn v3.1
394 2020-04-13
395
396 - unlimited bookmarks and plugin keys
397 - status bar text in context color
398 - support config `NO_COLOR` to disable colors
399 - config `NNN_OPTS` to specify binary options to `nnn`
400 - config `NNN_MCLICK` to emulate configurable key
401 - toggle selection on right click
402 - ignore hard links when calculating disk usage
403 - dim (hard/sym) link names (symlink to file has `@`)
404 - more special keys at empty filter prompt in _type-to-nav_
405 - key <kbd>></kbd> to export file list
406 - option `-F` to show fortune in help and settings screen
407 - option `-T` to specify sort order (obsoletes `-v`)
408 - option to clear sort order
409 - key <kbd>T</kbd> to change time type (access/change/mod)
410 - `.nmv` - internal fully-functional batch renamer plugin
411 - make var `O_NOBATCH` to disable native batch renamer
412 - `nuke` & `imgview` - open all images in directory sxiv
413 - `nuke` - open log files in vi
414 - plugin `x2sel` - system clipboard to selection copier
415 - plugin `fzy` - cd using z database
416 - plugin `fzopen` - support `FZF_DEFAULT_COMMAND`
417 - create new context on TAB without prompt
418 - hover and connect by dir name (within config dir)
419 - move to next entry on current file delete
420 - on single file copy/move, select the copied/moved file
421 - option `-f` to use readline history file (off by default)
422 - use `s` in status bar to indicate selection in progress
423 - make var `O_NOMOUSE` to disable mouse support
424 - do not store `NNN_TRASH` and `-Q` in config/session
425 - add sample .desktop file for XDG compatible DEs
426 - rename _nav-as-you-type_ to _type-to-nav_ mode
427 - fix PCRE case-insensitive regex search
428 - fix no error msg when filter length limit exceeded
429 - fix static package generation
430 - fix broken abort message when started in du-mode
431 - fix filter lost on context switch in non _type-to-nav_ mode
432 - fix broken readline prompt
433 - fix long strings treated as action keys in filter prompt
434 - fix `NNNLVL` not reset when spawned shell is exited
435
436 -------------------------------------------------------------------------------
437
438 nnn v3.0
439 2020-02-12
440
441 - take list of files as input and show
442 - option `-e` replaces `NNN_USE_EDITOR`
443 - option `-t` replaces `NNN_IDLE_TIMEOUT`
444 - PCRE support
445 - more readline bindings for native prompts
446 - run GUI app as plugin
447 - attempt lazy unmount when regular unmount fails
448 - fix unmount on macOS: use `umount`
449 - detect `sshfs` and `rclone` to prompt intelligently
450 - auto-proceed on file open (toggle key <kbd>+</kbd>)
451 - quit with error code on <kbd>Q</kbd>
452 - additional key <kbd>F5</kbd> to toggle hidden
453 - key <kbd>e</kbd> to edit in EDITOR (back on multiple user requests)
454 - option to edit list of files in selection is changed to <kbd>E</kbd>
455 - do not end selection on redraw
456 - `nuke`: [`glow`](https://github.com/charmbracelet/glow) as Markdown viewer
457 - `nuke`: refactor, handle some common video types by extension
458 - file name removed from status bar
459 - static Makefile target
460 - generate, upload static package on release
461 - fix crash on entering empty dir, then Down
462 - fix keypresses lost when showing message
463 - fix #227: `nnn` creates xdg-open zombies
464
465 -------------------------------------------------------------------------------
466
467 nnn v2.9
468 2020-01-15
469
470 - all keybinds and options reviewed by the team and frozen (see #422)
471   - reduced number of keybinds
472 - greatly improved help screen readability
473 - `nuke`: sample opener (CLI-only by default) and plugin
474 - fast line redraws instead of full screen refresh (thanks @annagrram)
475 - auto archive handling by extension (see config `NNN_ARCHIVE`)
476 - Lead key simplified to bookmark key (<kbd>b</kbd> or <kbd>^/</kbd>)
477 - single key to toggle order (<kbd>t</kbd> or <kbd>^T</kbd>)
478 - plugins
479   - `.cbcp`: copy selection to system clipboard (internal, program option `-x`)
480   - `.ntfy`: show noti on cp, mv, rm completion (internal, program option `-x`)
481   - `autojump`: navigate using autojump
482   - `upload`: paste text files to http://ix.io, upload rest to https://file.io
483   - all fuzzy plugins modified to support both `fzf` and `fzy`
484 - more control on plugins
485   - prefix `-` to skip directory refresh after running (cmd as) plugin
486   - suffix `*` to skip confirmation after running cmd as plugin
487 - indicate range selection mode with `*`
488 - list keys at bookmark and plugin key prompts
489 - visit to pinned dir like bookmarks (Bookmark key followed by <kbd>,</kbd>)
490 - toggle executable (key <kbd>*</kbd>)
491 - show mime along with file details
492 - more special keys at empty filter prompt:
493   - apply the last filter (<kbd>^L</kbd>)
494   - toggle between string and regex (<kbd>/</kbd>)
495   - toggle case-sensitivity (<kbd>:</kbd>)
496 - retain filter on <kbd>Esc</kbd>, <kbd>Up</kbd>, <kbd>Down</kbd>
497 - show filter details when filter is on
498 - remove option to run filter as cmd on prompt key (can be disruptive)
499 - program options
500   - option `-x`: enable notis and copy selection to system clipboard
501   - option `-g`: regex filters (string filter is default now)
502   - option `-Q`: quit program without confirmation
503   - option `-s`: load session
504   - option `-n`: start in nav-as-you-type mode
505   - option `-v`: version sort
506   - option `-V`: show program version
507   - option `-A`: disable dir auto-select
508 - ISO 8601 compliant date in status bar
509 - ported to Haiku OS (thanks @annagrram)
510 - sort only filtered entries (to avoid directory refresh)
511 - fix `getplugs` to install hidden files
512 - fix several selection issues (see #400)
513 - fix detail mode not restored on loading session
514 - fix symlink to directory not auto-selected
515 - fix regex error on partial regex patterns
516 - fix symlink not shown if `stat(2)` on target fails
517 - fix flags when spawning a CLI opener as default FM
518 - fix issue with stat flag on Sun (no support for `dirent.d_type`)
519 - fix current file in current context not saved correctly in session
520 - signed source distribution on release
521 - simplified debugging with line numbers in logs
522
523 -------------------------------------------------------------------------------
524
525 nnn v2.8.1
526 2019-12-05
527
528 - Fix always archiving current file
529 - More elaborate docs on selection changes
530
531 -------------------------------------------------------------------------------
532
533 nnn v2.8
534 2019-12-04
535
536 - sessions (thanks @annagrram)
537 - `rclone` support for remote access (mount _any_ cloud storage!!!)
538 - toggle selection with <kbd>Space</kbd> or <kbd>^J</kbd>
539 - ignore events during selection so the `+` symbol is not lost
540 - run custom (non-shell-interpreted) commands like plugins
541 - configure _cd-on-quit_ as the default behaviour
542 - create parent dirs for new files and dirs, duplicate a file/dir anywhere
543 - _copy/move as_ workflow (thanks @KlzXS)
544 - edit , flush selection buffer (thanks @KlzXS)
545 - support xargs with minimal options (as in BusyBox) (thanks @KlzXS)
546 - changed the key to size sort to <kbd>z</kbd>
547 - additional key <kbd>]</kbd> to show command prompt
548 - mount archives using `archivemount`
549 - smoother double click handling
550 - program option `-R` to disable rollover at edges
551 - keybind collision checker (for custom keybind config) (thanks @annagrram)
552 - show size of file in bytes in status bar in disk usage mode
553 - pass unresolved path as second argument (`$2`) to plugin
554 - mechanism for plugins to control active directory
555 - all binary questions are confirmed by <kbd>y</kbd> or <kbd>Y</kbd>
556 - plugins
557   - some plugins renamed
558   - integrated `shellcheck` in CI, POSIX-compliance fixes (thanks @koalaman)
559   - `getplugs` - detect modifications in exiting plugin file (thanks @KlzXS)
560   - `drag-file` & `drop-file`: drag & drop files using dragon
561   - `gutenread`: browse, download and read from Project Gutenberg
562   - `suedit` - edit file with superuser permissions
563   - `fzhist` - fuzzy select commands from history, edit and run
564   - `fzcd` - change to a fuzzy-searched directory
565   - `rename` - batch rename directory or selection using qmv or vidir
566   - `pskill` - fuzzy list a process or zombies by name and kill
567   - `exetoggle` - toggle executable status of hovered file
568   - `treeview` - informative tree output with file permissions and size
569   - `chksum` - recursively calculate checksum for files in hovered directory
570   - `fzopen` renamed to `fzopen`
571   - `imgsxiv` instructions added to browse and rename images
572 - create link to current file
573 - additional key <kbd>;</kbd> to execute plugin
574 - more explicit force removal message
575 - force non-detachable internal edits in $EDITOR (option `-E`)
576 - export current file as `$nnn` (instead of `$NN`)
577 - fix file open failure from browser when configured as default FM
578
579 -------------------------------------------------------------------------------
580
581 nnn v2.7
582 2019-10-06
583
584 - plugins for image preview, image and video thumbnails
585 - redesigned selection workflow
586 - drop path prefix for files in current dir for selection based archives
587 - custom direct keybinds for plugins
588 - libreadline `.history` file moved to `nnn` config directory
589 - export current entry as `$NN` at command prompt
590 - more informative status bar in light/detail modes
591 - auto-proceed to next file on single file select
592 - path clipping for long paths
593 - completely revamped wiki
594 - new program options:
595   - `-a` to use file access time throughout the program
596   - `-c` to indicate cli-only opener
597   - `-f` to run filter as command on <kbd>^P</kbd>
598   - `-o` replaces config `NNN_RESTRICT_NAV_OPEN`
599   - `-t` replaces config `NNN_NO_AUTOSELECT`
600   - `-r` replaces config `NNN_OPS_PROG`
601 - plugin changes:
602   - `vidthumb` - show video thumbnails in terminal
603   - `mediainf` - show media info (decoupled as a plugin)
604   - `notes` - open a quick notes file/dir in `$EDITOR` (decoupled as a plugin)
605   - `dups` - list duplicate files in the current directory
606   - `oldbigfile` - list large files by access time
607   - `moclyrics` - show lyrics of the track currently playing in MOC
608   - `uidgid` list uid and gid of files in directory
609   - `mocplay` - now detects if a track is playing or not
610   - `organize` - categorize files and move to respective directories
611   - `pastebin` - now uses ix.io paste service
612   - `fzy-edit` - merged into `fzy-open`
613   - `viuimg` - fix directory view
614   - `checksum` - fixed POSIX compliance issues
615   - `boom` - play music in MOC
616 - keybind changes:
617   - select entry: <kbd>Space</kbd> and <kbd>^J</kbd>
618   - select range (or clear selection): <kbd>m</kbd> and <kbd>^K</kbd>
619   - select all in dir: <kbd>a</kbd>
620   - list selection: <kbd>M</kbd>
621   - <kbd>^N</kbd> replaces <kbd>^T</kbd> to toggle _nav-as-you-type_
622   - <kbd>Shift TAB</kbd> to reverse context cycle
623   - <kbd>'</kbd> to jump to first file in dir
624   - <kbd>S</kbd> for du, <kbd>A</kbd> for apparent du
625   - additional key <kbd>:</kbd> to run plugin
626   - additional key <kbd>F2</kbd> to rename file
627   - additional key <kbd>F5</kbd> to redraw
628   - quit context key <kbd>Leadq</kbd> is removed
629 - Leader key combinations:
630   - <kbd>Lead'</kbd> to jump to first file in dir
631   - <kbd>Lead]</kbd> go to next active context
632   - <kbd>Lead[</kbd> go to prev active context
633   - <kbd>Lead.</kbd> toggle show hidden files
634 - improved duplicate file workflow
635 - improved batch rename workflow when a selection exists
636 - removed the wild load option (`-w`)
637 - removed quick notes (added plugin `notes`)
638 - fix #225 (thanks @KlzXS)
639 - fix `tar`/`bsdtar` always creating tar archives (and not by suffix)
640 - fix single mouse click to select file not working
641 - fix symlink to dir removed on batch rename
642 - fix detail mode not set with program option `-S`
643
644 -------------------------------------------------------------------------------
645
646 nnn v2.6
647 2019-08-06
648
649 - new plugins
650    - view image or browse a directory of images in terminal
651    - show image thumbnails
652    - PDF and text file reader
653    - calculate and verify checksum of selection or file
654    - append (and play) selection/dir/file music in MOC
655    - variable bitrate mp3 ringtone generator
656    - split current file or join selection
657 - better experience on Termux (and touch based devices)
658    - mouse scrolling support (with ncursesw6.0 and above)
659    - tap/left click to visit parent, toggle nav-as-you-type mode
660 - light mode set as default
661 - show status bar and use reverse video in light mode
662 - changed program options
663   - `-d`: detail mode
664   - `-H`: show hidden files
665   - `-l` is retired
666 - support `XDG_CONFIG_HOME`
667 - support <kbd>/</kbd> as an additional Leader key when filter is on
668 - sort by file extension
669 - use zip/unzip/tar if atool/bsdtar not found
670 - support duplicate file (key <kbd>^R</kbd>, same as rename file)
671 - new config option `NNN_SSHFS_OPTS` to specify `sshfs` options
672 - restrict opening 0 byte files (`NNN_RESTRICT_0B` is obsolete)
673 - critical defects fixed
674    - fix #276 - crash with variable length inotify event handling
675    - fix #285 - hang after deleting/moving current directory
676    - fix #274 - a broken prompt on empty input with libreadline
677    - fix #304 - list selection from another instance
678 - `cmatrix` as locker fallback
679 - wait for user input after running a command from prompt
680 - scrolloff set to 3 from 5
681
682 -------------------------------------------------------------------------------
683
684 nnn v2.5
685 2019-05-27
686
687 - mouse support
688 - new location for config files - `~/.config/nnn`
689   - plugin dir location: `~/.config/nnn/plugins`
690   - selection file `.nnncp` is now `~/.config/nnn/.selection`
691 - plugins:
692   - pdfview: view a PDF in pager
693   - nmount: (un)mount a storage device
694   - ndiff: file and directory diff for selection
695   - hexview: view a file in hex
696   - imgresize: batch resize images to desktop resolution
697   - ipinfo: check your IP address and whois information
698   - transfer: upload a file to transfer.in
699   - pastebin: paste the contents of a text file to paste.ubuntu.com
700   - boom: play random music from a directory
701   - nwal: set an image as wallpaper using nitrogen
702   - pywal: set selected image as wallpaper, change terminal color scheme
703   - getplugs: update plugins
704 - SSHFS support
705 - support `bsdtar`, simplify `patool` integration
706 - native batch rename support (`vidir` dependency dropped)
707 - changes to support [configuration](https://github.com/jarun/nnn/wiki/nnn-as-default-file-manager) as the default file manager
708 - per-context detail/light mode
709 - case-insensitive version compare
710 - shortcut to visit `/` - <kbd>`</kbd> (backtick)
711 - vim-like scrolloff support
712 - <kbd>^D</kbd> & <kbd>^U</kbd>: scroll half page, <kbd>PgDn</kbd> & <kbd>PdUp</kbd>: scroll full page
713 - fix selection across contexts
714 - recognize <kbd>Home</kbd> and <kbd>End</kbd> keys at prompt for editing
715 - fix broken program option `-b`
716 - POSIX-compliant user-scripts (wherever possible)
717 - `NNN_SCRIPT` is retired (replaced by plugins)
718
719 -------------------------------------------------------------------------------
720
721 nnn v2.4
722 2019-03-19
723
724 - FreeDesktop.org compliant trashing
725 - mark selected entries with `+`
726 - _wild_ mode (option `-w`, key <kbd>^W</kbd>) for _nav-as-you-type_
727 - POSIX-compliant GUI app launcher with drop-down menu (key <kbd>=</kbd>)
728 - new scripts:
729   - upload image to imgur
730   - send selection to Android using kdeconnect-cli
731 - show permissions in detail mode
732 - cp, mv progress bar for Linux (needs advcpmv) [BSD, macOS shows on <kbd>^T</kbd>]
733 - make libreadline an optional dep (reduces memory usage)
734 - minimize the number of redraws
735 - handle screen resize gracefully
736 - option `-d` to show hidden files (`NNN_SHOW_HIDDEN` is removed)
737 - additional key <kbd>K</kbd> to toggle selection
738 - change visit start dir key to <kbd>@</kbd>
739 - option `-C` to disable colors removed
740 - per-context initial directory replaced by program start dir
741 - marker msg when spawning new shell removed
742 - rename debug file to `nnndbg`
743
744 -------------------------------------------------------------------------------
745
746 nnn v2.3
747 2019-02-19
748
749 - file picker mode
750 - repo of user-contributed scripts
751 - substring search for filters (option `-s`)
752 - version sort (option `-n`)
753 - disk usage calculation abort with <kbd>^C</kbd>
754 - create sym/hard link(s) to files in selection
755 - archiving of selection
756 - show dir symlinks along with dirs in top
757 - fixed CJK character handling at prompts
758 - key `N` (1 <= N <= 4) to switch to context N
759 - bring back `NNN_OPENER` to specify file opener
760 - env var `NNN_NOTE` and keybind <kbd>^N</kbd> for quick notes
761 - handle multiple arguments in VISUAL/EDITOR
762 - show the current directory being scanned in `du` mode
763 - select all files (<kbd>Y</kbd>)
764 - show command prompt (<kbd>^P</kbd>)
765 - key <kbd>,</kbd> replaces <kbd>`</kbd> as alternative Leader Key
766 - keybind for visit pinned directory is now <kbd>^B</kbd>
767 - additional key <kbd>^V</kbd> to run or select custom script
768 - use libreadline for command prompt
769 - reduce delay on <kbd>Esc</kbd> press
770 - config option to avoid unexpected behaviour on 0-byte file open (see #187)
771 - rename config option `DISABLE_FILE_OPEN_ON_NAV` to `NNN_RESTRICT_NAV_OPEN`
772 - keys removed - <kbd>$</kbd>, <kbd>^</kbd>, <kbd>Backspace</kbd>, <kbd>^H</kbd>, <kbd>^P</kbd>, <kbd>^M</kbd>, <kbd>^W</kbd>, <kbd>`</kbd>
773
774 -------------------------------------------------------------------------------
775
776 nnn v2.2
777 2019-01-01
778
779 What's in?
780 - (neo)vim plugin [nnn.vim](https://github.com/mcchrish/nnn.vim)
781 - macOS fixes
782   - Fix issues with file copy, move, remove
783   - Handle <kbd>Del</kbd> in rename prompt
784   - Pass correct `file` option to identify mime
785 - Support selection across directories and contexts
786 - Offer option `force` before file remove
787 - Keys <kbd>Tab</kbd>, <kbd>^I</kbd> to go to next active context
788 - Per-context directory color specified by `$NNN_CONTEXT_COLORS`
789   - Option `-c` is removed
790 - Option `-C` to disable colors
791 - Choose script to run from a script directory
792 - Run a command (or launch an application)
793 - Run file as executable (key <kbd>C</kbd>)
794 - Documentation on lftp integration for remote file transfers
795 - Support a _combined_ set of arguments to `$EDITOR`, `$PAGER` and `$SHELL`
796 - Handle > 2 GB files on 32-bit ARM
797 - Env var `$DISABLE_FILE_OPEN_ON_NAV` to disable file open on <kbd>Right</kbd> or <kbd>l</kbd>
798 - `NUL`-terminated file paths in selection list instead of `LF`
799 - Better support for Termux and Cygwin environments
800 - Remapped keys
801   - <kbd>^I</kbd> - go to next active context
802   - <kbd>^T</kbd> - toggle _navigate-as-you-type_
803
804 -------------------------------------------------------------------------------
805
806 nnn v2.1
807 2018-11-23
808
809 What's in?
810 - Inclusion in several distros including Arch Linux official repo
811 - Multiple contexts (_aka_ tabs _aka_ workspaces) [max 4]
812 - Copy, move, remove selected files, remove current file
813 - [Leader key](https://github.com/jarun/nnn#leader-key) (like vim)
814 - In-built  GUI app launcher with up to 2 arguments (key <kbd>o</kbd>)
815 - List copy selection (key <kbd>y</kbd>)
816 - Env var `NNN_NO_AUTOSELECT` to disable dir auto-select
817 - Key <kbd>Esc</kbd> exits prompt, <kbd>^L</kbd> clears prompt
818 - Program runtime help revamped
819 - Static code analysis integration
820 - gcc-8 warnings fixed
821 - Remapped keys:
822   - <kbd>^W</kbd> - go to pinned dir
823   - <kbd>^X</kbd> - delete current entry
824   - <kbd>^Q</kbd> - quit program
825 - `nlay` is retired (functionality built into `nnn`)
826 - `chdir` prompt is retired
827 - Env var `NNN_NO_X` retired, selection now works out of the box
828 - Only single-char bookmark keys (to work with Leader key)
829
830 -------------------------------------------------------------------------------
831
832 nnn v2.0
833 2018-10-19
834
835 What's in?
836 - Mode to show apparent size (key `S`)
837 - Script to integrate `patool` instead of `atool`
838 - Support `bashlock` (OS X) and `lock` (BSD) as terminal locker
839 - Symbol `@/` for symlink to dir
840 - Dependency on `libreadline` removed
841
842 -------------------------------------------------------------------------------
843
844 nnn v1.9
845 2018-08-10
846
847 What's in?
848 - Support unlimited number of scripts
849 - Pass currently selected filename as first argument to custom scripts
850 - Support directory auto-select in _navigate-as-you-type_ mode
851 - Show selection name in archive name prompt
852 - Support Cygwin opener
853 - Better support on RHEL 25 with earlier version on curses
854 - Sample script for `fzy` integration
855 - Now available on OpenBSD
856 - Disabled package generation for Ubuntu 17.10
857
858 -------------------------------------------------------------------------------
859
860 nnn v1.8
861 2018-05-02
862
863 What's in?
864 - Run a custom script
865 - Archive selected file/directory
866 - Show number of cherry-picked files in multi-copy mode
867 - Env var `NNN_SHOW_HIDDEN` to show hidden files by default
868 - Additional information in help screen
869 - Give preference to env var VISUAL, if defined, over EDITOR
870 - New/changed/remapped shortcuts
871   - <kbd>^]</kbd> - spawn a new shell in current directory
872   - <kbd>r</kbd> - edit directory entries in vidir
873   - <kbd>R</kbd> - run a custom script
874   - <kbd>^I</kbd> - toggle navigate-as-you-type mode
875   - <kbd>L</kbd> - lock the current terminal (Linux-only)
876 - All Ctrl shortcuts enabled in navigate-as-you-type mode
877 - Fix: GUI programs closing when parent terminal is closed
878 - Recognize `~`, `-` and `&` at bookmark prompt
879 - Recognize ruby (.rb) files as text files
880 - Efficient integer-only file size calculation
881 - Official inclusion on openSUSE and Fedora
882 - Package generation for Ubuntu 18.04
883
884 -------------------------------------------------------------------------------
885
886 nnn v1.7
887 2018-02-28
888
889 What's in?
890 - Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/)
891 - Copy multiple file paths
892 - Copy file paths when X is unavailable
893 - Optionally quote individual file paths with single quotes on copy
894 - Use ISO 8601 date format in file details
895 - New/changed/remapped shortcuts:
896   - <kbd>^B</kbd> - show bookmark prompt (replaces <kbd>b</kbd>)
897   - <kbd>b</kbd> - pin current dir (replaces <kbd>^B</kbd>)
898   - <kbd>^J</kbd> - toggle du mode
899   - <kbd>R</kbd> - batch rename files in vidir
900   - <kbd>^F</kbd> - extract archive (replaces <kbd>^X</kbd>)
901   - <kbd>^G</kbd> - quit nnn and change dir
902   - <kbd>^X</kbd> - quit nnn (replaces <kbd>^Q</kbd>)
903 - Extra shortcuts enabled in nav-as-you-type mode:
904   - <kbd>^K</kbd>, <kbd>^Y</kbd> (file path copy)
905   - <kbd>^T</kbd> (toggles quoted file path copy)
906   - <kbd>^R</kbd> (rename)
907   - <kbd>^O</kbd> (open with...)
908   - <kbd>^B</kbd> (show bookmark prompt)
909   - <kbd>^V</kbd> (visit pinned dir)
910   - <kbd>^J</kbd> (toggle du mode)
911   - <kbd>^/</kbd> (open desktop opener)
912   - <kbd>^F</kbd> (extract archive)
913   - <kbd>^L</kbd> (refresh)
914   - <kbd>^G</kbd> (quit nnn and change dir)
915   - <kbd>^X</kbd> (quit nnn)
916
917 -------------------------------------------------------------------------------
918
919 nnn v1.6
920 2017-12-25
921
922 What's in?
923 - Shortcut `^O` to open file with custom application
924 - Option `-b` to open bookmarks directly at start
925 - Huge performance improvements around file name storing and handling
926 - Several large static buffers removed or reduced
927 - Several internal algorithms fine tuned for performance/resource usage
928
929 -------------------------------------------------------------------------------
930
931 nnn v1.5
932 2017-10-05
933
934 What's in?
935 - File and directory creation (`n`)
936 - Env variable `NNN_NOWAIT` to unblock nnn when opening files (DE-specific)
937 - Show current entry number in status bar
938 - Support archive listing (`F`) and extraction (`Ctrl-X`) [using `atool`]
939 - Show correct file size on i386 for large files (> 2GB)
940
941 -------------------------------------------------------------------------------
942
943 nnn v1.4
944 2017-09-04
945
946 What's in?
947 - Monitor directory changes
948 - In-place file rename
949 - Pin (`Ctrl-B`) a directory and visit (`Ctrl-V`) it anytime
950 - Auto-completion scripts
951 - Show volume capacity and free in help
952 - Auto-fallback to light mode if too few columns (< 35)
953 - PackageCore integration
954 - Unsupported Function keys (they never work universally):
955   - `F2` (rename), use `Ctrl-R`
956   - `F5` (refresh), use `Ctrl-L`
957
958 -------------------------------------------------------------------------------
959
960 nnn v1.3
961 2017-07-26
962
963 What's in?
964 - Show directories in custom color (default: enabled in blue)
965 - Option `-e` to use exiftool instead of mediainfo
966 - Fixed #34: nftw(3) broken with too many open descriptors
967 - More concise help screen
968
969 -------------------------------------------------------------------------------
970
971 nnn v1.2
972 2017-06-29
973
974 What's in?
975 - Use the desktop opener (xdg-open on Linux, open(1) on OS X) to open files
976 - Option `NNN_USE_EDITOR` to open text files in EDITOR (fallback vi)
977 - Bookmark support (maximum 10, key `b`)
978 - *Navigate-as-you-type* mode (key `Insert` or option `-i`)
979 - Subtree search: gnome-search-tool, fallback catfish (key `^/`) (customizable)
980 - Show current directory content size and file count in disk usage mode
981 - Add detail view mode as default, use `-l` to start in light mode
982 - Shortcuts `F2` and `^L` to refresh and unfilter
983   Note: if filter is empty, `Enter` *opens* the currently selected file now
984 - Help screen shows bookmarks and configuration
985 - Show a message when calculating disk usage
986 - Show the spawned shell level
987 - Linux only: use vlock as the locker on timeout (set using `NNN_IDLE_TIMEOUT`)
988
989 -------------------------------------------------------------------------------
990
991 nnn v1.1
992 2017-05-12
993
994 News
995 - Introducing nlay - a highly customizable bash script to handle media type
996 - nnn is on [Homebrew](http://braumeister.org/formula/nnn) now
997 - RPM packages for CentOS 7 and Fedora 24 generated on release
998
999 What's in?
1000 - *Search-as-you-type*
1001 - Unicode support
1002 - Option `-S` to start in disk usage analyzer mode
1003 - Show media information (using mediainfo)
1004 - Use readline at change directory prompt
1005 - Jump to prev directories using `cd .....` (with `.` as PWD)
1006 - Jump to initial directory using `&`
1007 - Show help, mediainfo and file info in PAGER
1008 - Several optimizations
1009
1010 -------------------------------------------------------------------------------
1011
1012 nnn v1.0
1013 2017-04-13
1014
1015 Modifications
1016 - Behaviour and navigation
1017   - Detail view (default: disabled) with:
1018     - file type (directory, regular, symlink etc.)
1019     - modification time
1020     - human-readable file size
1021     - current item in reverse video
1022     - number of items in current directory
1023     - full name of currently selected file in 'bar'
1024   - Show details of the currently selected file (stat, file)
1025   - Disk usage analyzer mode (within the same fs, doesn't follow symlinks)
1026   - Directories first (even with sorting)
1027   - Sort numeric names in numeric order
1028   - Case-insensitive alphabetic content listing instead of upper case first
1029   - Key `-` to jump to last visited directory
1030   - Roll over at the first and last entries of a directory (with Up/Down keys)
1031   - Removed navigation restriction with relative paths (and let permissions handle it)
1032   - Sort entries by file size (largest to smallest)
1033   - Shortcut to invoke file name copier (set using environment variable `NNN_COPIER`)
1034 - File association
1035   - Set `NNN_OPENER` to let a desktop opener handle it all. E.g.:
1036         export NNN_OPENER=xdg-open
1037         export NNN_OPENER=gnome-open
1038         export NNN_OPENER=gvfs-open
1039   - Selective file associations (ignored if `NNN_OPENER` is set):
1040     - Associate plain text files (determined using file) with vi
1041     - Associate common audio and video mimes with mpv
1042     - Associate PDF files with [zathura](https://pwmt.org/projects/zathura/)
1043     - Removed `less` as default file opener (there is no universal standalone opener utility)
1044     - You can customize further (see [how to change file associations](#change-file-associations))
1045   - `NNN_FALLBACK_OPENER` is the last line of defense:
1046     - If the executable in static file association is missing
1047     - If a file type was not handled in static file association
1048     - This may be the best option to set your desktop opener to
1049   - To enable the desktop file manager key, set `NNN_DE_FILE_MANAGER`. E.g.:
1050         export NNN_DE_FILE_MANAGER=thunar
1051 - Optimization
1052   - All redundant buffer removal
1053   - All frequently used local chunks now static
1054   - Removed some redundant string allocation and manipulation
1055   - Simplified some roundabout procedures
1056   - Compiler warnings fixed
1057   - strip the final binary
1058
1059 -------------------------------------------------------------------------------