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.
 
 
 
 
 
 

536 lignes
21 KiB

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