My build of nnn with minor changes
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

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