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.
 
 
 
 
 
 

373 lignes
14 KiB

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