diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-04-27 12:37:18 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2019-04-27 12:37:18 +0200 |
commit | a0a1d9ffdca7672955932f63e2bf2e0ee49e98d9 (patch) | |
tree | d9f6f8653d7f1c7cd76860eeb93c8a7fe1455017 /doc | |
parent | d63de94506af1e9f1b750991d8591f3b342dcb6b (diff) | |
parent | e51b7e3f8615e6678d86f4dcfac2ff8dd1a7b475 (diff) | |
download | ranger-a0a1d9ffdca7672955932f63e2bf2e0ee49e98d9.tar.gz |
Merge branch 'human-linemodes' of https://github.com/joelostblom/ranger into joelostblom-human-linemodes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 10 | ||||
-rw-r--r-- | doc/ranger.pod | 6 |
2 files changed, 14 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 32df615e..43a13659 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -129,7 +129,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.9.2" "2019-04-03" "ranger manual" +.TH RANGER 1 "ranger-1.9.2" "2019-04-23" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1297,10 +1297,16 @@ Flags: .IX Item "linemode linemodename" Sets the linemode of all files in the current directory. The linemode may be: .Sp -.Vb 6 +.Vb 12 \& "filename": display each line as "<basename>...<size>" \& "fileinfo": display each line as "<basename>...<file(1) output>" +\& "mtime": display each line as "<basename>...<mtime>" in ISO format +\& "humanreadablemtime": display each line as "<basename>...<mtime>" in a human +\& readable format, more precise the more recent \& "permissions": display each line as "<permissions> <owner> <group> <basename>" +\& "sizemtime": display each line as "<basename>...<size> <mtime>" in ISO format +\& "humanreadablesizemtime": display each line as "<basename>...<size> <mtime>" +\& in a human readable format, more precise the more recent \& "metatitle": display metadata from .metadata.json files if \& available, fall back to the "filename" linemode if no \& metadata was found. See :meta command. diff --git a/doc/ranger.pod b/doc/ranger.pod index a89670f3..d182f3af 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1387,7 +1387,13 @@ Sets the linemode of all files in the current directory. The linemode may be: "filename": display each line as "<basename>...<size>" "fileinfo": display each line as "<basename>...<file(1) output>" + "mtime": display each line as "<basename>...<mtime>" in ISO format + "humanreadablemtime": display each line as "<basename>...<mtime>" in a human + readable format, more precise the more recent "permissions": display each line as "<permissions> <owner> <group> <basename>" + "sizemtime": display each line as "<basename>...<size> <mtime>" in ISO format + "humanreadablesizemtime": display each line as "<basename>...<size> <mtime>" + in a human readable format, more precise the more recent "metatitle": display metadata from .metadata.json files if available, fall back to the "filename" linemode if no metadata was found. See :meta command. |