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