diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-01 10:48:18 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2017-04-01 10:48:18 +0530 |
commit | 54a307767c3713b1d4d818d7a37d2363a5a6a703 (patch) | |
tree | 21eceb434a70011622a3270d3519852c30d9e4b1 /nnn.1 | |
parent | 8bbb752a790293aa442d7a15e8634eedfa7076f5 (diff) | |
download | nnn-54a307767c3713b1d4d818d7a37d2363a5a6a703.tar.gz |
Support opening in detail view mode
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -6,6 +6,7 @@ .Nd free, fast, friendly file browser .Sh SYNOPSIS .Nm nnn +.Op Ar -d .Op Ar dir .Sh DESCRIPTION .Nm @@ -69,6 +70,12 @@ Quit .Pp Backing up one directory level will set the cursor position at the directory you came out of. +.Pp +.Nm +supports the following option: +.Pp +.Fl d + Open in detail view mode. .Sh CONFIGURATION .Nm is configured by modifying @@ -143,4 +150,4 @@ If you are using urxvt you might have to set backspacekey to DEC. .An Dimitris Papastamos Aq Mt sin@2f30.org , .An Arun Prakash Jana Aq Mt engineerarun@gmail.com . .Sh HOME -https://github.com/jarun/nnn +.Em https://github.com/jarun/nnn |