diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-07-02 23:57:41 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-07-02 23:57:41 +0530 |
commit | 2b963634bc89ce5ed4e3c086b42f93b2e2f3f733 (patch) | |
tree | 65cde48d7123a81ef1d6574eebbf18948c4be509 /nnn.1 | |
parent | acdc6dc0a3d0a5abe7e708ae89b1569476eb4f8f (diff) | |
download | nnn-2b963634bc89ce5ed4e3c086b42f93b2e2f3f733.tar.gz |
Add option -e to use exiftool
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -66,9 +66,9 @@ Toggle detail view .It Ic D Toggle current file details screen .It Ic m -Show concise mediainfo +Show concise media info .It Ic M -Show full mediainfo +Show full media info .It Ic s Toggle sort by file size .It Ic S @@ -101,12 +101,15 @@ directory you came out of. .Nm supports the following options: .Pp -.Fl l - start in light mode (fewer details) +.Fl e + use exiftool instead of mediainfo .Pp .Fl i start in navigate-as-you-type mode .Pp +.Fl l + start in light mode (fewer details) +.Pp .Fl n disable color for directory entries .Pp |