diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-04 09:55:14 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2019-08-04 09:55:14 +0530 |
commit | 9fdfd9388dcd71b285cbe6fb761cfd51c77f3d06 (patch) | |
tree | 1e11e5be463d27b63a74331ccea8521fc0229cdb /README.md | |
parent | cf1b9d34ea1c7b14f5ff1d9585ad57a25b655b2f (diff) | |
download | nnn-9fdfd9388dcd71b285cbe6fb761cfd51c77f3d06.tar.gz |
Light mode as default, options changed
-d is to show detail mode
-H is to show hidden files
-l is retired
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -242,7 +242,7 @@ Option completion scripts for Bash, Fish and Zsh can be found in respective subd #### Cmdline options ``` -usage: nnn [-b key] [-d] [-e] [-i] [-l] [-n] +usage: nnn [-b key] [-d] [-e] [-H] [-i] [-n] [-p file] [-s] [-S] [-v] [-w] [-h] [PATH] The missing terminal file manager for X. @@ -252,10 +252,10 @@ positional args: optional args: -b key open bookmark key - -d show hidden files + -d detail mode -e use exiftool for media info + -H show hidden files -i nav-as-you-type mode - -l light mode -n version sort -p file selection file (stdout if '-') -s string filters [default: regex] |