summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@hut.pm>2018-01-28 16:51:36 +0100
committerhut <hut@hut.pm>2018-01-28 17:19:32 +0100
commitf1347c19232877c712eb16db2de7036c88bae50e (patch)
treefb14f6f6873f17bed26382ee28b2ec7e5102cf9a
parent1c44d556112c0bacf875fc80133d00097f2336fb (diff)
downloadranger-f1347c19232877c712eb16db2de7036c88bae50e.tar.gz
manpage: documented `global_inode_type_filter` setting
@randynobx: please document your settings in the man page too next time ;)
-rw-r--r--doc/ranger.110
-rw-r--r--doc/ranger.pod7
2 files changed, 16 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 508c2972..5092b415 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -129,7 +129,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.9.0b6" "2018-01-25" "ranger manual"
+.TH RANGER 1 "ranger-1.9.0b6" "2018-01-28" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -784,6 +784,14 @@ disadvantage is that when you type commands blindly, some keys might get lost.
 When active, directories and files will not be loaded, improving performance
 when all the files you need are already loaded.  This does not affect file
 previews.
+.IP "global_inode_type_filter [string]" 4
+.IX Item "global_inode_type_filter [string]"
+Like filter_inode_type, but globally for all directories.  Useful in
+combination with \fB\-\-choosedir\fR:
+.Sp
+.Vb 1
+\& ranger \-\-choosedir=/tmp/x \-\-cmd=\*(Aqset global_inode_type_filter d\*(Aq
+.Ve
 .IP "hidden_filter [string]" 4
 .IX Item "hidden_filter [string]"
 A regular expression pattern for files which should be hidden.  For example,
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 72386efc..3af914f3 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -777,6 +777,13 @@ When active, directories and files will not be loaded, improving performance
 when all the files you need are already loaded.  This does not affect file
 previews.
 
+=item global_inode_type_filter [string]
+
+Like filter_inode_type, but globally for all directories.  Useful in
+combination with B<--choosedir>:
+
+ ranger --choosedir=/tmp/x --cmd='set global_inode_type_filter d'
+
 =item hidden_filter [string]
 
 A regular expression pattern for files which should be hidden.  For example,