My build of nnn with minor changes
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 

175 líneas
6.7 KiB

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