My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

201 lines
7.7 KiB

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