aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-03 05:05:14 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2017-04-03 05:05:14 +0530
commitf466ba543c9dbc59d753420196ddb0d42ca986ce (patch)
treee3fd6b64f47c4470c7b0c1fe283ef9c521ec8989 /README.md
parent87e0891b8d8b9ac2779d2785ac6fd6e946fdcc5b (diff)
downloadnnn-f466ba543c9dbc59d753420196ddb0d42ca986ce.tar.gz
Show file details
We closely follow the output for stat(1).
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index b8f7d92..35a2c83 100644
--- a/README.md
+++ b/README.md
@@ -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 |