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