diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-09-01 22:54:43 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-09-01 22:58:03 +0530 |
commit | 02bb39855008253cdb64b0d8c3b866f952de8f34 (patch) | |
tree | da509b07493398adf23705fe8cce0b23ec88a7f9 /nnn.1 | |
parent | a8afbf89d56951bafc9038a1db09c74d260dbe6b (diff) | |
download | nnn-02bb39855008253cdb64b0d8c3b866f952de8f34.tar.gz |
Option -D to show dirs in context color
Diffstat (limited to 'nnn.1')
-rw-r--r-- | nnn.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,7 @@ .Op Ar -c .Op Ar -C .Op Ar -d +.Op Ar -D .Op Ar -e .Op Ar -E .Op Ar -f @@ -78,6 +79,9 @@ supports the following options: .Fl d detail mode .Pp +.Fl D + show directories in context color with \fBNNN_FCOLORS\fR set +.Pp .Fl e open text files in $VISUAL (else $EDITOR, fallback vi) [preferably CLI] .Pp |