diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-03 05:05:14 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-03 05:05:14 +0530 |
commit | f466ba543c9dbc59d753420196ddb0d42ca986ce (patch) | |
tree | e3fd6b64f47c4470c7b0c1fe283ef9c521ec8989 /README.md | |
parent | 87e0891b8d8b9ac2779d2785ac6fd6e946fdcc5b (diff) | |
download | nnn-f466ba543c9dbc59d753420196ddb0d42ca986ce.tar.gz |
Show file details
We closely follow the output for stat(1).
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,7 @@ I chose to fork because: - current item in reverse video - number of items in current directory - full name of currently selected file + - Show details of the currently selected file - Directories first - Sort numeric names in numeric order - Case-insensitive alphabetic content listing instead of upper case first @@ -120,6 +121,7 @@ Start nnn (default: current directory): | `/`, `&` | filter dir contents | | `c` | show change dir prompt | | `d` | toggle detail view | +| `D` | show details of selected file | | `.` | toggle hide dot files | | `s` | toggle sort by file size | | `t` | toggle sort by modified time | |