My build of nnn with minor changes
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

594 řádky
24 KiB

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