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