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