diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-05 23:48:34 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-02-05 23:48:34 +0530 |
commit | 336eca300a3ed466172b1ca67bc610f230267053 (patch) | |
tree | 60485adeb898bb3acf2860b72f3eeb65f8c3a406 /README.md | |
parent | b716cac0c9bbde4c796365d790ffd5f1149edac6 (diff) | |
download | nnn-336eca300a3ed466172b1ca67bc610f230267053.tar.gz |
Fix #190: support version sort (option -n)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -82,7 +82,8 @@ It runs on Linux, macOS, Raspberry Pi, BSD, Cygwin, Linux subsystem for Windows - Sorting - Directories always listed on top - Sort by file name, modification time, size - - Numeric order for numeric names (visit _/proc_) + - Numeric order for pure numeric names (visit _/proc_) + - Version sort - Search - Instant filtering with *search-as-you-type* - Regex and substring match @@ -187,7 +188,7 @@ Search keyword and option completion scripts for Bash, Fish and Zsh can be found #### Cmdline options ``` -usage: nnn [-b key] [-C] [-e] [-i] [-l] +usage: nnn [-b key] [-C] [-e] [-i] [-l] [-n] [-p file] [-S] [-v] [-h] [PATH] The missing terminal file manager for X. @@ -201,6 +202,7 @@ optional args: -e use exiftool for media info -i nav-as-you-type mode -l light mode + -n use version compare to sort -p file selection file (stdout if '-') -S disk usage mode -v show version |