diff options
author | hut <hut@lepus.uberspace.de> | 2015-04-09 16:26:46 +0200 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-04-09 16:26:46 +0200 |
commit | 92ee32581a8841c4a843ad1d644818a0c20a1f1a (patch) | |
tree | 7a25dfbc4eca23cbd8fe37e7aeded333fe7185d1 /doc/ranger.1 | |
parent | 453a282ed0d599174cc8f45ed13c54b1be1ea4f6 (diff) | |
parent | 1b5c7bd54ac76a3e62a28762402b4db2df5d9e2a (diff) | |
download | ranger-92ee32581a8841c4a843ad1d644818a0c20a1f1a.tar.gz |
Merge branch 'linemode_api' of git://github.com/Vifon/ranger
Diffstat (limited to 'doc/ranger.1')
-rw-r--r-- | doc/ranger.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 3ba4fe4e..8a1e00c1 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -133,7 +133,7 @@ .\" ======================================================================== .\" .IX Title "RANGER 1" -.TH RANGER 1 "ranger-1.6.1" "03/03/2015" "ranger manual" +.TH RANGER 1 "ranger-1.6.1" "30/03/15" "ranger manual" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l @@ -1006,13 +1006,17 @@ Looks for a string in all marked files or directories. .IX Item "linemode linemodename" Sets the linemode of all files in the current directory. The linemode may be: .Sp -.Vb 5 +.Vb 6 \& "filename": display each line as "<basename>...<size>" +\& "fileinfo": display each line as "<basename>...<file(1) output>" \& "permissions": display each line as "<permissions> <owner> <group> <basename>" \& "metatitle": display metadata from .metadata.json files if \& available, fall back to the "filename" linemode if no \& metadata was found. See :meta command. .Ve +.Sp +The custom linemodes may be added by subclassing the \fILinemodeBase\fR class. +See the \fIranger.core.linemode\fR module for some examples. .IP "load_copy_buffer" 2 .IX Item "load_copy_buffer" Load the copy buffer from \fI~/.config/ranger/copy_buffer\fR. This can be used to |