summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2012-03-19 22:46:42 +0100
committerhut <hut@lavabit.com>2012-03-19 22:46:42 +0100
commitdbf41d5b59ec92284ece626d5175f590b9445587 (patch)
treeb34780701a7fd0ec975381be27daab13a8523d5c
parentcb02d817c810d32b25711a44cc66850da7bfd685 (diff)
downloadranger-dbf41d5b59ec92284ece626d5175f590b9445587.tar.gz
defaults/rifle.conf: added handlers for .doc files
-rw-r--r--ranger/defaults/rifle.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/ranger/defaults/rifle.conf b/ranger/defaults/rifle.conf
index 2f99adba..51c93bb7 100644
--- a/ranger/defaults/rifle.conf
+++ b/ranger/defaults/rifle.conf
@@ -139,6 +139,11 @@ ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libre
 ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice,     X, flag f = soffice -- "$@"
 ext od[tspfg]|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice,     X, flag f = ooffice -- "$@"
 
+ext docx?, has catdoc,       terminal = catdoc -- "$@" | "$PAGER"
+ext docx?, has libreoffice, X, flag f = libreoffice -- "$@"
+ext docx?, has soffice,     X, flag f = soffice -- "$@"
+ext docx?, has ooffice,     X, flag f = ooffice -- "$@"
+
 ext djvu, has evince, X, flag f = evince -- "$@"
 
 #-------------------------------------------
127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190