]> Sergey Matveev's repositories - nnn.git/blob - CHANGELOG
Prepare for release v3.4
[nnn.git] / CHANGELOG
1 nnn v3.4
2 2020-08-18
3
4 - icons with icon-specific colors (thanks @KlzXS)
5 - enhanced `NNN_COLORS` with xterm 256 colors support
6 - new colorscheme with `NNN_FCOLORS` (file type specific colors)
7 - switch `-C` to force earlier colorscheme (dirs follow context color)
8 - updates for Haiku (thanks @CodeforEvolution)
9 - fix XFS navigation issue (thanks @ucs1)
10 - optimize archive extension matching on file open
11 - show location in context color
12 - support `host[:dir]` format for remote mounts
13 - clear selection after copy
14 - support traversal on file/dir creation
15 - show selection in reverse in status bar
16 - show status bar indicator `H` when hidden files are listed
17 - show and confirm archive command output
18 - support _cd on quit_ in picker mode
19
20 -------------------------------------------------------------------------------
21
22 nnn v3.3
23 2020-07-14
24
25 - subdir `mounts` for remote and archive mounts
26 - remove mount point on successful unmount of remote/archive
27 - show error and prompt user if `cp`/`mv`/`rm` operation fails
28 - support absolute/relative paths in cp/mv as
29 - mark current path automatically on archive/remote mount
30 - mark current path automatically on target file visit in _find and list_ mode
31 - option `-C` to place HW cursor on hovered for screen readers and braille displays
32 - option `-u` to use selection (if available) and skip `current/sel` prompt
33 - key <kbd>Alt+Esc</kbd> to clear filter prompt and redraw
34 - support <kbd>Esc</kbd> to cancel remove operation
35 - `gpge` & `gpgd`: encrypt and decrypt with GPG
36 - `blknew`: create new files and directories in bulk
37 - `preview-tui`
38   - unified to support `tmux`/`kitty`/`xterm`/`$TERMINAL`
39   - auto-determine split orientation based on terminal height and width
40   - provision to use [`scope.sh`](https://github.com/ranger/ranger/blob/master/ranger/data/scope.sh) and [`pistol`](https://github.com/doronbehar/pistol)
41 - various other improvements
42 - `upload`: send to Firefox Send if [`ffsend`](https://github.com/timvisee/ffsend) is found
43 - `hexview`: add [`hx`](https://github.com/krpors/hx) as alternative hex viewer
44 - `nuke` and `imgview`: add [`imv`](https://github.com/eXeC64/imv) as alternative image viewer
45 - add find (with `fd`) and grep (with `rg`) examples in plugins doc
46 - key <kbd>Esc</kbd> or left click to resend hovered file path to `NNN_FIFO`
47 - show `+` instead of `s` in status bar on selection
48 - <kbd>F5</kbd> removed (misfit for toggle hidden), <kbd>^S</kbd> removed (often masked, redundant)
49 - handle abnormal program termination and remove NNN_PIPE and/or NNN_FIFO
50 - clear selection after successful batch rename, link creation
51 - make option `O_CTX8` for 8 contexts (NOT backward compatible with 4 contexts)
52 - fix issue with child window resize (see #656)
53 - fix issue with `NNNLVL` on macOS (see #639)
54 - fix issue with restoring session with du/au enabled
55
56 -------------------------------------------------------------------------------
57
58 nnn v3.2
59 2020-05-26
60
61 - an official logo
62 - previews
63   - config `NNN_FIFO` to write hovered file paths a previewer can read
64   - plugin `preview-tabbed`: [tabbed](https://tools.suckless.org/tabbed)/xembed based file previewer
65   - plugin `preview-tui`: simple TUI file previewer in tmux/xterm
66   - plugin `preview-kitty`: preview using kitty terminal's capabilities
67   - [live preview](https://github.com/jarun/nnn/wiki/Live-previews) configuration example
68 - find & list
69   - send list of files from (cmd run as) plugin to  `nnn`
70   - plugin `finder`: find/fd/fzf/grep/ripgrep/fzf (in subtree) and list in `nnn`
71   - <kbd>Right</kbd> or <kbd>l</kbd> on symlink in list dir takes to target file
72 - persistent session option `-S` [for disk usage, run `nnn -T d` (see help)]
73 - hover on the file when a file path is passed as positional argument
74 - go to first file or match with <kbd>'</kbd> (followed by <kbd>'</kbd> or <kbd>char</kbd>)
75 - config `NNN_SEL` to specify custom selection file
76 - config `NNN_LOCKER` to specify locker program
77 - dim file details in detail mode
78 - call `chdir()` on directory change
79 - option `-l`: number of lines to move on mouse scroll
80 - graphical [keybind map](https://github.com/jarun/nnn/wiki/Usage#graphical-map)
81 - let `NNN_COLORS` override `NO_COLOR`
82 - plugins
83   - option `-P`: run plugin by key at start
84   - run plugins with <kbd>Alt+key</kbd>
85   - allow `NNN_PIPE` usage by commands run as plugin
86   - input format to `NNN_PIPE`: `<ctxcode><opcode><data>` (see plugins doc)
87   - set `ctxcode` to `+` for smart context usage (next inactive, else current)
88   - `getplugs` to fetch plugins by installed version of `nnn`
89   - plugin `mimelist`: list files by mime type in subtree
90   - plugin `bookmarks`: named bookmarks using symlinks
91   - plugin `nbak`: backup `nnn` config
92   - `nuke` adds lowdown as alternative markdown viewer
93   - several plugin improvements
94 - fix broken screen on resize (see #520)
95 - fix broken version sort (see #550)
96 - fix list and pipe modes not working together
97 - fix multiple issues with listing files
98 - fix `@` shown in detail mode for symlink to dir
99 - fix listing files directly under `/`
100 - move to `-std=c11`
101
102 -------------------------------------------------------------------------------
103
104 nnn v3.1
105 2020-04-13
106
107 - unlimited bookmarks and plugin keys
108 - status bar text in context color
109 - support config `NO_COLOR` to disable colors
110 - config `NNN_OPTS` to specify binary options to `nnn`
111 - config `NNN_MCLICK` to emulate configurable key
112 - toggle selection on right click
113 - ignore hard links when calculating disk usage
114 - dim (hard/sym) link names (symlink to file has `@`)
115 - more special keys at empty filter prompt in _type-to-nav_
116 - key <kbd>></kbd> to export file list
117 - option `-F` to show fortune in help and settings screen
118 - option `-T` to specify sort order (obsoletes `-v`)
119 - option to clear sort order
120 - key <kbd>T</kbd> to change time type (access/change/mod)
121 - `.nmv` - internal fully-functional batch renamer plugin
122 - make var `O_NOBATCH` to disable native batch renamer
123 - `nuke` & `imgview` - open all images in directory sxiv
124 - `nuke` - open log files in vi
125 - plugin `x2sel` - system clipboard to selection copier
126 - plugin `fzy` - cd using z database
127 - plugin `fzopen` - support `FZF_DEFAULT_COMMAND`
128 - create new context on TAB without prompt
129 - hover and connect by dir name (within config dir)
130 - move to next entry on current file delete
131 - on single file copy/move, select the copied/moved file
132 - option `-f` to to use readline history file (off by default)
133 - use `s` in status bar to indicate selection in progress
134 - make var `O_NOMOUSE` to disable mouse support
135 - do not store `NNN_TRASH` and `-Q` in config/session
136 - add sample .desktop file for XDG compatible DEs
137 - rename _nav-as-you-type_ to _type-to-nav_ mode
138 - fix PCRE case-insensitive regex search
139 - fix no error msg when filter length limit exceeded
140 - fix static package generation
141 - fix broken abort message when started in du-mode
142 - fix filter lost on context switch in non _type-to-nav_ mode
143 - fix broken readline prompt
144 - fix long strings treated as action keys in filter prompt
145 - fix `NNNLVL` not reset when spawned shell is exited
146
147 -------------------------------------------------------------------------------
148
149 nnn v3.0
150 2020-02-12
151
152 - take list of files as input and show
153 - option `-e` replaces `NNN_USE_EDITOR`
154 - option `-t` replaces `NNN_IDLE_TIMEOUT`
155 - PCRE support
156 - more readline bindings for native prompts
157 - run GUI app as plugin
158 - attempt lazy unmount when regular unmount fails
159 - fix unmount on macOS: use `umount`
160 - detect `sshfs` and `rclone` to prompt intelligently
161 - auto-proceed on file open (toggle key <kbd>+</kbd>)
162 - quit with error code on <kbd>Q</kbd>
163 - additional key <kbd>F5</kbd> to toggle hidden
164 - key <kbd>e</kbd> to edit in EDITOR (back on multiple user requests)
165 - option to edit list of files in selection is changed to <kbd>E</kbd>
166 - do not end selection on redraw
167 - `nuke`: [`glow`](https://github.com/charmbracelet/glow) as Markdown viewer
168 - `nuke`: refactor, handle some common video types by extension
169 - file name removed from status bar
170 - static Makefile target
171 - generate, upload static package on release
172 - fix crash on entering empty dir, then Down
173 - fix keypresses lost when showing message
174 - fix #227: `nnn` creates xdg-open zombies
175
176 -------------------------------------------------------------------------------
177
178 nnn v2.9
179 2020-01-15
180
181 - all keybinds and options reviewed by the team and frozen (see #422)
182   - reduced number of keybinds
183 - greatly improved help screen readability
184 - `nuke`: sample opener (CLI-only by default) and plugin
185 - fast line redraws instead of full screen refresh (thanks @annagrram)
186 - auto archive handling by extension (see config `NNN_ARCHIVE`)
187 - Lead key simplified to bookmark key (<kbd>b</kbd> or <kbd>^/</kbd>)
188 - single key to toggle order (<kbd>t</kbd> or <kbd>^T</kbd>)
189 - plugins
190   - `.cbcp`: copy selection to system clipboard (internal, program option `-x`)
191   - `.ntfy`: show noti on cp, mv, rm completion (internal, program option `-x`)
192   - `autojump`: navigate using autojump
193   - `upload`: paste text files to http://ix.io, upload rest to https://file.io
194   - all fuzzy plugins modified to support both `fzf` and `fzy`
195 - more control on plugins
196   - prefix `-` to skip directory refresh after running (cmd as) plugin
197   - suffix `*` to skip confirmation after running cmd as plugin
198 - indicate range selection mode with `*`
199 - list keys at bookmark and plugin key prompts
200 - visit to pinned dir like bookmarks (Bookmark key followed by <kbd>,</kbd>)
201 - toggle executable (key <kbd>*</kbd>)
202 - show mime along with file details
203 - more special keys at empty filter prompt:
204   - apply the last filter (<kbd>^L</kbd>)
205   - toggle between string and regex (<kbd>/</kbd>)
206   - toggle case-sensitivity (<kbd>:</kbd>)
207 - retain filter on <kbd>Esc</kbd>, <kbd>Up</kbd>, <kbd>Down</kbd>
208 - show filter details when filter is on
209 - remove option to run filter as cmd on prompt key (can be disruptive)
210 - program options
211   - option `-x`: enable notis and copy selection to system clipboard
212   - option `-g`: regex filters (string filter is default now)
213   - option `-Q`: quit program without confirmation
214   - option `-s`: load session
215   - option `-n`: start in nav-as-you-type mode
216   - option `-v`: version sort
217   - option `-V`: show program version
218   - option `-A`: disable dir auto-select
219 - ISO 8601 compliant date in status bar
220 - ported to Haiku OS (thanks @annagrram)
221 - sort only filtered entries (to avoid directory refresh)
222 - fix `getplugs` to install hidden files
223 - fix several selection issues (see #400)
224 - fix detail mode not restored on loading session
225 - fix symlink to directory not auto-selected
226 - fix regex error on partial regex patterns
227 - fix symlink not shown if `stat(2)` on target fails
228 - fix flags when spawning a CLI opener as default FM
229 - fix issue with stat flag on Sun (no support for `dirent.d_type`)
230 - fix current file in current context not saved correctly in session
231 - signed source distribution on release
232 - simplified debugging with line numbers in logs
233
234 -------------------------------------------------------------------------------
235
236 nnn v2.8.1
237 2019-12-05
238
239 - Fix always archiving current file
240 - More elaborate docs on selection changes
241
242 -------------------------------------------------------------------------------
243
244 nnn v2.8
245 2019-12-04
246
247 - sessions (thanks @annagrram)
248 - `rclone` support for remote access (mount _any_ cloud storage!!!)
249 - toggle selection with <kbd>Space</kbd> or <kbd>^J</kbd>
250 - ignore events during selection so the `+` symbol is not lost
251 - run custom (non-shell-interpreted) commands like plugins
252 - configure _cd-on-quit_ as the default behaviour
253 - create parent dirs for new files and dirs, duplicate a file/dir anywhere
254 - _copy/move as_ workflow (thanks @KlzXS)
255 - edit , flush selection buffer (thanks @KlzXS)
256 - support xargs with minimal options (as in BusyBox) (thanks @KlzXS)
257 - changed the key to size sort to <kbd>z</kbd>
258 - additional key <kbd>]</kbd> to show command prompt
259 - mount archives using `archivemount`
260 - smoother double click handling
261 - program option `-R` to disable rollover at edges
262 - keybind collision checker (for custom keybind config) (thanks @annagrram)
263 - show size of file in bytes in status bar in disk usage mode
264 - pass unresolved path as second argument (`$2`) to plugin
265 - mechanism for plugins to control active directory
266 - all binary questions are confirmed by <kbd>y</kbd> or <kbd>Y</kbd>
267 - plugins
268   - some plugins renamed
269   - integrated `shellcheck` in CI, POSIX-compliance fixes (thanks @koalaman)
270   - `getplugs` - detect modifications in exiting plugin file (thanks @KlzXS)
271   - `drag-file` & `drop-file`: drag & drop files using dragon
272   - `gutenread`: browse, download and read from Project Gutenberg
273   - `suedit` - edit file with superuser permissions
274   - `fzhist` - fuzzy select commands from history, edit and run
275   - `fzcd` - change to a fuzzy-searched directory
276   - `rename` - batch rename directory or selection using qmv or vidir
277   - `pskill` - fuzzy list a process or zombies by name and kill
278   - `exetoggle` - toggle executable status of hovered file
279   - `treeview` - informative tree output with file permissions and size
280   - `chksum` - recursively calculate checksum for files in hovered directory
281   - `fzopen` renamed to `fzopen`
282   - `imgsxiv` instructions added to browse and rename images
283 - create link to current file
284 - additional key <kbd>;</kbd> to execute plugin
285 - more explicit force removal message
286 - force non-detachable internal edits in $EDITOR (option `-E`)
287 - export current file as `$nnn` (instead of `$NN`)
288 - fix file open failure from browser when configured as default FM
289
290 -------------------------------------------------------------------------------
291
292 nnn v2.7
293 2019-10-06
294
295 - plugins for image preview, image and video thumbnails
296 - redesigned selection workflow
297 - drop path prefix for files in current dir for selection based archives
298 - custom direct keybinds for plugins
299 - libreadline `.history` file moved to `nnn` config directory
300 - export current entry as `$NN` at command prompt
301 - more informative status bar in light/detail modes
302 - auto-proceed to next file on single file select
303 - path clipping for long paths
304 - completely revamped wiki
305 - new program options:
306   - `-a` to use file access time throughout the program
307   - `-c` to indicate cli-only opener
308   - `-f` to run filter as command on <kbd>^P</kbd>
309   - `-o` replaces config `NNN_RESTRICT_NAV_OPEN`
310   - `-t` replaces config `NNN_NO_AUTOSELECT`
311   - `-r` replaces config `NNN_OPS_PROG`
312 - plugin changes:
313   - `vidthumb` - show video thumbnails in terminal
314   - `mediainf` - show media info (decoupled as a plugin)
315   - `notes` - open a quick notes file/dir in `$EDITOR` (decoupled as a plugin)
316   - `dups` - list duplicate files in the current directory
317   - `oldbigfile` - list large files by access time
318   - `moclyrics` - show lyrics of the track currently playing in MOC
319   - `uidgid` list uid and gid of files in directory
320   - `mocplay` - now detects if a track is playing or not
321   - `organize` - categorize files and move to respective directories
322   - `pastebin` - now uses ix.io paste service
323   - `fzy-edit` - merged into `fzy-open`
324   - `viuimg` - fix directory view
325   - `checksum` - fixed POSIX compliance issues
326   - `boom` - play music in MOC
327 - keybind changes:
328   - select entry: <kbd>Space</kbd> and <kbd>^J</kbd>
329   - select range (or clear selection): <kbd>m</kbd> and <kbd>^K</kbd>
330   - select all in dir: <kbd>a</kbd>
331   - list selection: <kbd>M</kbd>
332   - <kbd>^N</kbd> replaces <kbd>^T</kbd> to toggle _nav-as-you-type_
333   - <kbd>Shift TAB</kbd> to reverse context cycle
334   - <kbd>'</kbd> to jump to first file in dir
335   - <kbd>S</kbd> for du, <kbd>A</kbd> for apparent du
336   - additional key <kbd>:</kbd> to run plugin
337   - additional key <kbd>F2</kbd> to rename file
338   - additional key <kbd>F5</kbd> to redraw
339   - quit context key <kbd>Leadq</kbd> is removed
340 - Leader key combinations:
341   - <kbd>Lead'</kbd> to jump to first file in dir
342   - <kbd>Lead]</kbd> go to next active context
343   - <kbd>Lead[</kbd> go to prev active context
344   - <kbd>Lead.</kbd> toggle show hidden files
345 - improved duplicate file workflow
346 - improved batch rename workflow when a selection exists
347 - removed the wild load option (`-w`)
348 - removed quick notes (added plugin `notes`)
349 - fix #225 (thanks @KlzXS)
350 - fix `tar`/`bsdtar` always creating tar archives (and not by suffix)
351 - fix single mouse click to select file not working
352 - fix symlink to dir removed on batch rename
353 - fix detail mode not set with program option `-S`
354
355 -------------------------------------------------------------------------------
356
357 nnn v2.6
358 2019-08-06
359
360 - new plugins
361    - view image or browse a directory of images in terminal
362    - show image thumbnails
363    - PDF and text file reader
364    - calculate and verify checksum of selection or file
365    - append (and play) selection/dir/file music in MOC
366    - variable bitrate mp3 ringtone generator
367    - split current file or join selection
368 - better experience on Termux (and touch based devices)
369    - mouse scrolling support (with ncursesw6.0 and above)
370    - tap/left click to visit parent, toggle nav-as-you-type mode
371 - light mode set as default
372 - show status bar and use reverse video in light mode
373 - changed program options
374   - `-d`: detail mode
375   - `-H`: show hidden files
376   - `-l` is retired
377 - support `XDG_CONFIG_HOME`
378 - support <kbd>/</kbd> as an additional Leader key when filter is on
379 - sort by file extension
380 - use zip/unzip/tar if atool/bsdtar not found
381 - support duplicate file (key <kbd>^R</kbd>, same as rename file)
382 - new config option `NNN_SSHFS_OPTS` to specify `sshfs` options
383 - restrict opening 0 byte files (`NNN_RESTRICT_0B` is obsolete)
384 - critical defects fixed
385    - fix #276 - crash with variable length inotify event handling
386    - fix #285 - hang after deleting/moving current directory
387    - fix #274 - a broken prompt on empty input with libreadline
388    - fix #304 - list selection from another instance
389 - `cmatrix` as locker fallback
390 - wait for user input after running a command from prompt
391 - scrolloff set to 3 from 5
392
393 -------------------------------------------------------------------------------
394
395 nnn v2.5
396 2019-05-27
397
398 - mouse support
399 - new location for config files - `~/.config/nnn`
400   - plugin dir location: `~/.config/nnn/plugins`
401   - selection file `.nnncp` is now `~/.config/nnn/.selection`
402 - plugins:
403   - pdfview: view a PDF in pager
404   - nmount: (un)mount a storage device
405   - ndiff: file and directory diff for selection
406   - hexview: view a file in hex
407   - imgresize: batch resize images to desktop resolution
408   - ipinfo: check your IP address and whois information
409   - transfer: upload a file to transfer.in
410   - pastebin: paste the contents of a text file to paste.ubuntu.com
411   - boom: play random music from a directory
412   - nwal: set an image as wallpaper using nitrogen
413   - pywal: set selected image as wallpaper, change terminal color scheme
414   - getplugs: update plugins
415 - SSHFS support
416 - support `bsdtar`, simplify `patool` integration
417 - native batch rename support (`vidir` dependency dropped)
418 - changes to support [configuration](https://github.com/jarun/nnn/wiki/nnn-as-default-file-manager) as the default file manager
419 - per-context detail/light mode
420 - case-insensitive version compare
421 - shortcut to visit `/` - <kbd>`</kbd> (backtick)
422 - vim-like scrolloff support
423 - <kbd>^D</kbd> & <kbd>^U</kbd>: scroll half page, <kbd>PgDn</kbd> & <kbd>PdUp</kbd>: scroll full page
424 - fix selection across contexts
425 - recognize <kbd>Home</kbd> and <kbd>End</kbd> keys at prompt for editing
426 - fix broken program option `-b`
427 - POSIX-compliant user-scripts (wherever possible)
428 - `NNN_SCRIPT` is retired (replaced by plugins)
429
430 -------------------------------------------------------------------------------
431
432 nnn v2.4
433 2019-03-19
434
435 - FreeDesktop.org compliant trashing
436 - mark selected entries with `+`
437 - _wild_ mode (option `-w`, key <kbd>^W</kbd>) for _nav-as-you-type_
438 - POSIX-compliant GUI app launcher with drop-down menu (key <kbd>=</kbd>)
439 - new scripts:
440   - upload image to imgur
441   - send selection to Android using kdeconnect-cli
442 - show permissions in detail mode
443 - cp, mv progress bar for Linux (needs advcpmv) [BSD, macOS shows on <kbd>^T</kbd>]
444 - make libreadline an optional dep (reduces memory usage)
445 - minimize the number of redraws
446 - handle screen resize gracefully
447 - option `-d` to show hidden files (`NNN_SHOW_HIDDEN` is removed)
448 - additional key <kbd>K</kbd> to toggle selection
449 - change visit start dir key to <kbd>@</kbd>
450 - option `-C` to disable colors removed
451 - per-context initial directory replaced by program start dir
452 - marker msg when spawning new shell removed
453 - rename debug file to `nnndbg`
454
455 -------------------------------------------------------------------------------
456
457 nnn v2.3
458 2019-02-19
459
460 - file picker mode
461 - repo of user-contributed scripts
462 - substring search for filters (option `-s`)
463 - version sort (option `-n`)
464 - disk usage calculation abort with <kbd>^C</kbd>
465 - create sym/hard link(s) to files in selection
466 - archiving of selection
467 - show dir symlinks along with dirs in top
468 - fixed CJK character handling at prompts
469 - key `N` (1 <= N <= 4) to switch to context N
470 - bring back `NNN_OPENER` to specify file opener
471 - env var `NNN_NOTE` and keybind <kbd>^N</kbd> for quick notes
472 - handle multiple arguments in VISUAL/EDITOR
473 - show the current directory being scanned in `du` mode
474 - select all files (<kbd>Y</kbd>)
475 - show command prompt (<kbd>^P</kbd>)
476 - key <kbd>,</kbd> replaces <kbd>`</kbd> as alternative Leader Key
477 - keybind for visit pinned directory is now <kbd>^B</kbd>
478 - additional key <kbd>^V</kbd> to run or select custom script
479 - use libreadline for command prompt
480 - reduce delay on <kbd>Esc</kbd> press
481 - config option to avoid unexpected behaviour on 0-byte file open (see #187)
482 - rename config option `DISABLE_FILE_OPEN_ON_NAV` to `NNN_RESTRICT_NAV_OPEN`
483 - keys removed - <kbd>$</kbd>, <kbd>^</kbd>, <kbd>Backspace</kbd>, <kbd>^H</kbd>, <kbd>^P</kbd>, <kbd>^M</kbd>, <kbd>^W</kbd>, <kbd>`</kbd>
484
485 -------------------------------------------------------------------------------
486
487 nnn v2.2
488 2019-01-01
489
490 What's in?
491 - (neo)vim plugin [nnn.vim](https://github.com/mcchrish/nnn.vim)
492 - macOS fixes
493   - Fix issues with file copy, move, remove
494   - Handle <kbd>Del</kbd> in rename prompt
495   - Pass correct `file` option to identify mime
496 - Support selection across directories and contexts
497 - Offer option `force` before file remove
498 - Keys <kbd>Tab</kbd>, <kbd>^I</kbd> to go to next active context
499 - Per-context directory color specified by `$NNN_CONTEXT_COLORS`
500   - Option `-c` is removed
501 - Option `-C` to disable colors
502 - Choose script to run from a script directory
503 - Run a command (or launch an application)
504 - Run file as executable (key <kbd>C</kbd>)
505 - Documentation on lftp integration for remote file transfers
506 - Support a _combined_ set of arguments to `$EDITOR`, `$PAGER` and `$SHELL`
507 - Handle > 2 GB files on 32-bit ARM
508 - Env var `$DISABLE_FILE_OPEN_ON_NAV` to disable file open on <kbd>Right</kbd> or <kbd>l</kbd>
509 - `NUL`-terminated file paths in selection list instead of `LF`
510 - Better support for Termux and Cygwin environments
511 - Remapped keys
512   - <kbd>^I</kbd> - go to next active context
513   - <kbd>^T</kbd> - toggle _navigate-as-you-type_
514
515 -------------------------------------------------------------------------------
516
517 nnn v2.1
518 2018-11-23
519
520 What's in?
521 - Inclusion in several distros including Arch Linux official repo
522 - Multiple contexts (_aka_ tabs _aka_ workspaces) [max 4]
523 - Copy, move, remove selected files, remove current file
524 - [Leader key](https://github.com/jarun/nnn#leader-key) (like vim)
525 - In-built  GUI app launcher with up to 2 arguments (key <kbd>o</kbd>)
526 - List copy selection (key <kbd>y</kbd>)
527 - Env var `NNN_NO_AUTOSELECT` to disable dir auto-select
528 - Key <kbd>Esc</kbd> exits prompt, <kbd>^L</kbd> clears prompt
529 - Program runtime help revamped
530 - Static code analysis integration
531 - gcc-8 warnings fixed
532 - Remapped keys:
533   - <kbd>^W</kbd> - go to pinned dir
534   - <kbd>^X</kbd> - delete current entry
535   - <kbd>^Q</kbd> - quit program
536 - `nlay` is retired (functionality built into `nnn`)
537 - `chdir` prompt is retired
538 - Env var `NNN_NO_X` retired, selection now works out of the box
539 - Only single-char bookmark keys (to work with Leader key)
540
541 -------------------------------------------------------------------------------
542
543 nnn v2.0
544 2018-10-19
545
546 What's in?
547 - Mode to show apparent size (key `S`)
548 - Script to integrate `patool` instead of `atool`
549 - Support `bashlock` (OS X) and `lock` (BSD) as terminal locker
550 - Symbol `@/` for symlink to dir
551 - Dependency on `libreadline` removed
552
553 -------------------------------------------------------------------------------
554
555 nnn v1.9
556 2018-08-10
557
558 What's in?
559 - Support unlimited number of scripts
560 - Pass currently selected filename as first argument to custom scripts
561 - Support directory auto-select in _navigate-as-you-type_ mode
562 - Show selection name in archive name prompt
563 - Support Cygwin opener
564 - Better support on RHEL 25 with earlier version on curses
565 - Sample script for `fzy` integration
566 - Now available on OpenBSD
567 - Disabled package generation for Ubuntu 17.10
568
569 -------------------------------------------------------------------------------
570
571 nnn v1.8
572 2018-05-02
573
574 What's in?
575 - Run a custom script
576 - Archive selected file/directory
577 - Show number of cherry-picked files in multi-copy mode
578 - Env var `NNN_SHOW_HIDDEN` to show hidden files by default
579 - Additional information in help screen
580 - Give preference to env var VISUAL, if defined, over EDITOR
581 - New/changed/remapped shortcuts
582   - <kbd>^]</kbd> - spawn a new shell in current directory
583   - <kbd>r</kbd> - edit directory entries in vidir
584   - <kbd>R</kbd> - run a custom script
585   - <kbd>^I</kbd> - toggle navigate-as-you-type mode
586   - <kbd>L</kbd> - lock the current terminal (Linux-only)
587 - All Ctrl shortcuts enabled in navigate-as-you-type mode
588 - Fix: GUI programs closing when parent terminal is closed
589 - Recognize `~`, `-` and `&` at bookmark prompt
590 - Recognize ruby (.rb) files as text files
591 - Efficient integer-only file size calculation
592 - Official inclusion on openSUSE and Fedora
593 - Package generation for Ubuntu 18.04
594
595 -------------------------------------------------------------------------------
596
597 nnn v1.7
598 2018-02-28
599
600 What's in?
601 - Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/)
602 - Copy multiple file paths
603 - Copy file paths when X is unavailable
604 - Optionally quote individual file paths with single quotes on copy
605 - Use ISO 8601 date format in file details
606 - New/changed/remapped shortcuts:
607   - <kbd>^B</kbd> - show bookmark prompt (replaces <kbd>b</kbd>)
608   - <kbd>b</kbd> - pin current dir (replaces <kbd>^B</kbd>)
609   - <kbd>^J</kbd> - toggle du mode
610   - <kbd>R</kbd> - batch rename files in vidir
611   - <kbd>^F</kbd> - extract archive (replaces <kbd>^X</kbd>)
612   - <kbd>^G</kbd> - quit nnn and change dir
613   - <kbd>^X</kbd> - quit nnn (replaces <kbd>^Q</kbd>)
614 - Extra shortcuts enabled in nav-as-you-type mode:
615   - <kbd>^K</kbd>, <kbd>^Y</kbd> (file path copy)
616   - <kbd>^T</kbd> (toggles quoted file path copy)
617   - <kbd>^R</kbd> (rename)
618   - <kbd>^O</kbd> (open with...)
619   - <kbd>^B</kbd> (show bookmark prompt)
620   - <kbd>^V</kbd> (visit pinned dir)
621   - <kbd>^J</kbd> (toggle du mode)
622   - <kbd>^/</kbd> (open desktop opener)
623   - <kbd>^F</kbd> (extract archive)
624   - <kbd>^L</kbd> (refresh)
625   - <kbd>^G</kbd> (quit nnn and change dir)
626   - <kbd>^X</kbd> (quit nnn)
627
628 -------------------------------------------------------------------------------
629
630 nnn v1.6
631 2017-12-25
632
633 What's in?
634 - Shortcut `^O` to open file with custom application
635 - Option `-b` to open bookmarks directly at start
636 - Huge performance improvements around file name storing and handling
637 - Several large static buffers removed or reduced
638 - Several internal algorithms fine tuned for performance/resource usage
639
640 -------------------------------------------------------------------------------
641
642 nnn v1.5
643 2017-10-05
644
645 What's in?
646 - File and directory creation (`n`)
647 - Env variable `NNN_NOWAIT` to unblock nnn when opening files (DE-specific)
648 - Show current entry number in status bar
649 - Support archive listing (`F`) and extraction (`Ctrl-X`) [using `atool`]
650 - Show correct file size on i386 for large files (> 2GB)
651
652 -------------------------------------------------------------------------------
653
654 nnn v1.4
655 2017-09-04
656
657 What's in?
658 - Monitor directory changes
659 - In-place file rename
660 - Pin (`Ctrl-B`) a directory and visit (`Ctrl-V`) it anytime
661 - Auto-completion scripts
662 - Show volume capacity and free in help
663 - Auto-fallback to light mode if too few columns (< 35)
664 - PackageCore integration
665 - Unsupported Function keys (they never work universally):
666   - `F2` (rename), use `Ctrl-R`
667   - `F5` (refresh), use `Ctrl-L`
668
669 -------------------------------------------------------------------------------
670
671 nnn v1.3
672 2017-07-26
673
674 What's in?
675 - Show directories in custom color (default: enabled in blue)
676 - Option `-e` to use exiftool instead of mediainfo
677 - Fixed #34: nftw(3) broken with too many open descriptors
678 - More concise help screen
679
680 -------------------------------------------------------------------------------
681
682 nnn v1.2
683 2017-06-29
684
685 What's in?
686 - Use the desktop opener (xdg-open on Linux, open(1) on OS X) to open files
687 - Option `NNN_USE_EDITOR` to open text files in EDITOR (fallback vi)
688 - Bookmark support (maximum 10, key `b`)
689 - *Navigate-as-you-type* mode (key `Insert` or option `-i`)
690 - Subtree search: gnome-search-tool, fallback catfish (key `^/`) (customizable)
691 - Show current directory content size and file count in disk usage mode
692 - Add detail view mode as default, use `-l` to start in light mode
693 - Shortcuts `F2` and `^L` to refresh and unfilter
694   Note: if filter is empty, `Enter` *opens* the currently selected file now
695 - Help screen shows bookmarks and configuration
696 - Show a message when calculating disk usage
697 - Show the spawned shell level
698 - Linux only: use vlock as the locker on timeout (set using `NNN_IDLE_TIMEOUT`)
699
700 -------------------------------------------------------------------------------
701
702 nnn v1.1
703 2017-05-12
704
705 News
706 - Introducing nlay - a highly customizable bash script to handle media type
707 - nnn is on [Homebrew](http://braumeister.org/formula/nnn) now
708 - RPM packages for CentOS 7 and Fedora 24 generated on release
709
710 What's in?
711 - *Search-as-you-type*
712 - Unicode support
713 - Option `-S` to start in disk usage analyzer mode
714 - Show media information (using mediainfo)
715 - Use readline at change directory prompt
716 - Jump to prev directories using `cd .....` (with `.` as PWD)
717 - Jump to initial directory using `&`
718 - Show help, mediainfo and file info in PAGER
719 - Several optimizations
720
721 -------------------------------------------------------------------------------
722
723 nnn v1.0
724 2017-04-13
725
726 Modifications
727 - Behaviour and navigation
728   - Detail view (default: disabled) with:
729     - file type (directory, regular, symlink etc.)
730     - modification time
731     - human-readable file size
732     - current item in reverse video
733     - number of items in current directory
734     - full name of currently selected file in 'bar'
735   - Show details of the currently selected file (stat, file)
736   - Disk usage analyzer mode (within the same fs, doesn't follow symlinks)
737   - Directories first (even with sorting)
738   - Sort numeric names in numeric order
739   - Case-insensitive alphabetic content listing instead of upper case first
740   - Key `-` to jump to last visited directory
741   - Roll over at the first and last entries of a directory (with Up/Down keys)
742   - Removed navigation restriction with relative paths (and let permissions handle it)
743   - Sort entries by file size (largest to smallest)
744   - Shortcut to invoke file name copier (set using environment variable `NNN_COPIER`)
745 - File association
746   - Set `NNN_OPENER` to let a desktop opener handle it all. E.g.:
747         export NNN_OPENER=xdg-open
748         export NNN_OPENER=gnome-open
749         export NNN_OPENER=gvfs-open
750   - Selective file associations (ignored if `NNN_OPENER` is set):
751     - Associate plain text files (determined using file) with vi
752     - Associate common audio and video mimes with mpv
753     - Associate PDF files with [zathura](https://pwmt.org/projects/zathura/)
754     - Removed `less` as default file opener (there is no universal standalone opener utility)
755     - You can customize further (see [how to change file associations](#change-file-associations))
756   - `NNN_FALLBACK_OPENER` is the last line of defense:
757     - If the executable in static file association is missing
758     - If a file type was not handled in static file association
759     - This may be the best option to set your desktop opener to
760   - To enable the desktop file manager key, set `NNN_DE_FILE_MANAGER`. E.g.:
761         export NNN_DE_FILE_MANAGER=thunar
762 - Optimization
763   - All redundant buffer removal
764   - All frequently used local chunks now static
765   - Removed some redundant string allocation and manipulation
766   - Simplified some roundabout procedures
767   - Compiler warnings fixed
768   - strip the final binary
769
770 -------------------------------------------------------------------------------