My build of nnn with minor changes
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

CHANGELOG 9.5 KiB

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