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.

CHANGELOG 16 KiB

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