o View OpenDoc with odt2txt
odt2txt %f | ${PAGER:-more}
-+ t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
-e Edit OpenDoc with libreoffice
++ t r & f \.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg|doc|DOC|rtf|docx|DOCX|xls|XLS|xlsx|XLSX)$
+e Edit (Open)Docs with libreoffice
libreoffice %f &
+= t r & f \.(doc|DOC|rtf)$
d View doc with catdoc
catdoc %f | ${PAGER:-more}
-+ t r & f \.(doc|DOC|rtf)$
-e Edit doc with libreoffice
- libreoffice %f &
-
+= t r & f \.(docx|DOCX)$
d View docx with docx2txt
docx2txt %f - | iconv.py -f utf-8 | ${PAGER:-more}
-+ t r & f \.(docx|DOCX)$
-e Edit docx with libreoffice
- libreoffice %f &
-
+= t r & f \.(xls|XLS)$
x View xls with xls2csv
xls2csv %f | ${PAGER:-more}