My build of nnn with minor changes
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

528 lines
21 KiB

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