My build of nnn with minor changes
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

CHANGELOG 8.5 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. nnn v2.0
  2. 2018-10-19
  3. What's in?
  4. - Mode to show apparent size (key `S`)
  5. - Script to integrate `patool` instead of `atool`
  6. - Support `bashlock` (OS X) and `lock` (BSD) as terminal locker
  7. - Symbol `@/` for symlink to dir
  8. - Dependency on `libreadline` removed
  9. -------------------------------------------------------------------------------
  10. nnn v1.9
  11. 2018-08-10
  12. What's in?
  13. - Support unlimited number of scripts
  14. - Pass currently selected filename as first argument to custom scripts
  15. - Support directory auto-select in _navigate-as-you-type_ mode
  16. - Show selection name in archive name prompt
  17. - Support Cygwin opener
  18. - Better support on RHEL 25 with earlier version on curses
  19. - Sample script for `fzy` integration
  20. - Now available on OpenBSD
  21. - Disabled package generation for Ubuntu 17.10
  22. -------------------------------------------------------------------------------
  23. nnn v1.8
  24. 2018-05-02
  25. What's in?
  26. - Run a custom script
  27. - Archive selected file/directory
  28. - Show number of cherry-picked files in multi-copy mode
  29. - Env var `NNN_SHOW_HIDDEN` to show hidden files by default
  30. - Additional information in help screen
  31. - Give preference to env var VISUAL, if defined, over EDITOR
  32. - New/changed/remapped shortcuts
  33. - <kbd>^]</kbd> - spawn a new shell in current directory
  34. - <kbd>r</kbd> - edit directory entries in vidir
  35. - <kbd>R</kbd> - run a custom script
  36. - <kbd>^I</kbd> - toggle navigate-as-you-type mode
  37. - <kbd>L</kbd> - lock the current terminal (Linux-only)
  38. - All Ctrl shortcuts enabled in navigate-as-you-type mode
  39. - Fix: GUI programs closing when parent terminal is closed
  40. - Recognize `~`, `-` and `&` at bookmark prompt
  41. - Recognize ruby (.rb) files as text files
  42. - Efficient integer-only file size calculation
  43. - Official inclusion on openSUSE and Fedora
  44. - Package generation for Ubuntu 18.04
  45. -------------------------------------------------------------------------------
  46. nnn v1.7
  47. 2018-02-28
  48. What's in?
  49. - Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/)
  50. - Copy multiple file paths
  51. - Copy file paths when X is unavailable
  52. - Optionally quote individual file paths with single quotes on copy
  53. - Use ISO 8601 date format in file details
  54. - New/changed/remapped shortcuts:
  55. - <kbd>^B</kbd> - show bookmark prompt (replaces <kbd>b</kbd>)
  56. - <kbd>b</kbd> - pin current dir (replaces <kbd>^B</kbd>)
  57. - <kbd>^J</kbd> - toggle du mode
  58. - <kbd>R</kbd> - batch rename files in vidir
  59. - <kbd>^F</kbd> - extract archive (replaces <kbd>^X</kbd>)
  60. - <kbd>^G</kbd> - quit nnn and change dir
  61. - <kbd>^X</kbd> - quit nnn (replaces <kbd>^Q</kbd>)
  62. - Extra shortcuts enabled in nav-as-you-type mode:
  63. - <kbd>^K</kbd>, <kbd>^Y</kbd> (file path copy)
  64. - <kbd>^T</kbd> (toggles quoted file path copy)
  65. - <kbd>^R</kbd> (rename)
  66. - <kbd>^O</kbd> (open with...)
  67. - <kbd>^B</kbd> (show bookmark prompt)
  68. - <kbd>^V</kbd> (visit pinned dir)
  69. - <kbd>^J</kbd> (toggle du mode)
  70. - <kbd>^/</kbd> (open desktop opener)
  71. - <kbd>^F</kbd> (extract archive)
  72. - <kbd>^L</kbd> (refresh)
  73. - <kbd>^G</kbd> (quit nnn and change dir)
  74. - <kbd>^X</kbd> (quit nnn)
  75. -------------------------------------------------------------------------------
  76. nnn v1.6
  77. 2017-12-25
  78. What's in?
  79. - Shortcut `^O` to open file with custom application
  80. - Option `-b` to open bookmarks directly at start
  81. - Huge performance improvements around file name storing and handling
  82. - Several large static buffers removed or reduced
  83. - Several internal algorithms fine tuned for performance/resource usage
  84. -------------------------------------------------------------------------------
  85. nnn v1.5
  86. 2017-10-05
  87. What's in?
  88. - File and directory creation (`n`)
  89. - Env variable `NNN_NOWAIT` to unblock nnn when opening files (DE-specific)
  90. - Show current entry number in status bar
  91. - Support archive listing (`F`) and extraction (`Ctrl-X`) [using `atool`]
  92. - Show correct file size on i386 for large files (> 2GB)
  93. -------------------------------------------------------------------------------
  94. nnn v1.4
  95. 2017-09-04
  96. What's in?
  97. - Monitor directory changes
  98. - In-place file rename
  99. - Pin (`Ctrl-B`) a directory and visit (`Ctrl-V`) it anytime
  100. - Auto-completion scripts
  101. - Show volume capacity and free in help
  102. - Auto-fallback to light mode if too few columns (< 35)
  103. - PackageCore integration
  104. - Unsupported Function keys (they never work universally):
  105. - `F2` (rename), use `Ctrl-R`
  106. - `F5` (refresh), use `Ctrl-L`
  107. -------------------------------------------------------------------------------
  108. nnn v1.3
  109. 2017-07-26
  110. What's in?
  111. - Show directories in custom color (default: enabled in blue)
  112. - Option `-e` to use exiftool instead of mediainfo
  113. - Fixed #34: nftw(3) broken with too many open descriptors
  114. - More concise help screen
  115. -------------------------------------------------------------------------------
  116. nnn v1.2
  117. 2017-06-29
  118. What's in?
  119. - Use the desktop opener (xdg-open on Linux, open(1) on OS X) to open files
  120. - Option `NNN_USE_EDITOR` to open text files in EDITOR (fallback vi)
  121. - Bookmark support (maximum 10, key `b`)
  122. - *Navigate-as-you-type* mode (key `Insert` or option `-i`)
  123. - Subtree search: gnome-search-tool, fallback catfish (key `^/`) (customizable)
  124. - Show current directory content size and file count in disk usage mode
  125. - Add detail view mode as default, use `-l` to start in light mode
  126. - Shortcuts `F2` and `^L` to refresh and unfilter
  127. Note: if filter is empty, `Enter` *opens* the currently selected file now
  128. - Help screen shows bookmarks and configuration
  129. - Show a message when calculating disk usage
  130. - Show the spawned shell level
  131. - Linux only: use vlock as the locker on timeout (set using `NNN_IDLE_TIMEOUT`)
  132. -------------------------------------------------------------------------------
  133. nnn v1.1
  134. 2017-05-12
  135. News
  136. - Introducing nlay - a highly customizable bash script to handle media type
  137. - nnn is on [Homebrew](http://braumeister.org/formula/nnn) now
  138. - RPM packages for CentOS 7 and Fedora 24 generated on release
  139. What's in?
  140. - *Search-as-you-type*
  141. - Unicode support
  142. - Option `-S` to start in disk usage analyzer mode
  143. - Show media information (using mediainfo)
  144. - Use readline at change directory prompt
  145. - Jump to prev directories using `cd .....` (with `.` as PWD)
  146. - Jump to initial directory using `&`
  147. - Show help, mediainfo and file info in PAGER
  148. - Several optimizations
  149. -------------------------------------------------------------------------------
  150. nnn v1.0
  151. 2017-04-13
  152. Modifications
  153. - Behaviour and navigation
  154. - Detail view (default: disabled) with:
  155. - file type (directory, regular, symlink etc.)
  156. - modification time
  157. - human-readable file size
  158. - current item in reverse video
  159. - number of items in current directory
  160. - full name of currently selected file in 'bar'
  161. - Show details of the currently selected file (stat, file)
  162. - Disk usage analyzer mode (within the same fs, doesn't follow symlinks)
  163. - Directories first (even with sorting)
  164. - Sort numeric names in numeric order
  165. - Case-insensitive alphabetic content listing instead of upper case first
  166. - Key `-` to jump to last visited directory
  167. - Roll over at the first and last entries of a directory (with Up/Down keys)
  168. - Removed navigation restriction with relative paths (and let permissions handle it)
  169. - Sort entries by file size (largest to smallest)
  170. - Shortcut to invoke file name copier (set using environment variable `NNN_COPIER`)
  171. - File association
  172. - Set `NNN_OPENER` to let a desktop opener handle it all. E.g.:
  173. export NNN_OPENER=xdg-open
  174. export NNN_OPENER=gnome-open
  175. export NNN_OPENER=gvfs-open
  176. - Selective file associations (ignored if `NNN_OPENER` is set):
  177. - Associate plain text files (determined using file) with vi
  178. - Associate common audio and video mimes with mpv
  179. - Associate PDF files with [zathura](https://pwmt.org/projects/zathura/)
  180. - Removed `less` as default file opener (there is no universal standalone opener utility)
  181. - You can customize further (see [how to change file associations](#change-file-associations))
  182. - `NNN_FALLBACK_OPENER` is the last line of defense:
  183. - If the executable in static file association is missing
  184. - If a file type was not handled in static file association
  185. - This may be the best option to set your desktop opener to
  186. - To enable the desktop file manager key, set `NNN_DE_FILE_MANAGER`. E.g.:
  187. export NNN_DE_FILE_MANAGER=thunar
  188. - Optimization
  189. - All redundant buffer removal
  190. - All frequently used local chunks now static
  191. - Removed some redundant string allocation and manipulation
  192. - Simplified some roundabout procedures
  193. - Compiler warnings fixed
  194. - strip the final binary
  195. -------------------------------------------------------------------------------