My build of nnn with minor changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

216 lignes
8.1 KiB

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