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.

CHANGELOG 8.2 KiB

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