about summary refs log tree commit diff stats
path: root/doc/ranger.1
diff options
context:
space:
mode:
authortoonn <toonn@toonn.io>2019-04-23 23:31:08 +0200
committertoonn <toonn@toonn.io>2019-04-23 23:31:08 +0200
commite51b7e3f8615e6678d86f4dcfac2ff8dd1a7b475 (patch)
tree84a8762945c9342dd637264b603fb055b825b4c5 /doc/ranger.1
parentfc3a9e97c20572dceeb28df12ad4d06380038ba4 (diff)
downloadranger-e51b7e3f8615e6678d86f4dcfac2ff8dd1a7b475.tar.gz
Document all the linemodes
Diffstat (limited to 'doc/ranger.1')
-rw-r--r--doc/ranger.110
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 5a159e12..38926f87 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.2" "2018-10-26" "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
@@ -1296,10 +1296,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.