My build of nnn with minor changes
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

171 řádky
6.4 KiB

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