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