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.
 
 
 
 
 
 

771 lignes
32 KiB

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