My build of nnn with minor changes
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

338 lignes
13 KiB

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