My build of nnn with minor changes
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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