My build of nnn with minor changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

668 lignes
27 KiB

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