diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -79,6 +79,7 @@ Demo videos: i. [`nnn` on Termux (Android)](https://www.youtube.com/watch?v=Abaa - Bookmarks; pin and visit a directory - Familiar, easy shortcuts (arrows, <kbd>~</kbd>, <kbd>-</kbd>, <kbd>@</kbd>) - Sorting + - Ordered pure numeric names by default (visit _/proc_) - Case-insensitive version (_aka_ natural) sort - Sort by file name, modification time, size - Search @@ -198,8 +199,8 @@ Option completion scripts for Bash, Fish and Zsh can be found in respective subd #### Cmdline options ``` -usage: nnn [-b key] [-d] [-e] [-i] [-l] [-p file] - [-s] [-S] [-v] [-w] [-h] [PATH] +usage: nnn [-b key] [-d] [-e] [-i] [-l] [-n] + [-p file] [-s] [-S] [-v] [-w] [-h] [PATH] The missing terminal file manager for X. @@ -212,6 +213,7 @@ optional args: -e use exiftool for media info -i nav-as-you-type mode -l light mode + -n version sort -p file selection file (stdout if '-') -s string filters [default: regex] -S du mode |