]> git.phdru.name Git - dotfiles.git/commitdiff
.mc: edit docs with libreoffice
authorOleg Broytman <phd@phdru.name>
Wed, 12 Nov 2014 12:36:06 +0000 (15:36 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 12 Nov 2014 12:36:06 +0000 (15:36 +0300)
.mc/mc.ext
.mc/menu

index 7e46706f10807a132315b9679367a1efc1ac8111..e2d36e39bc394fe0fd972593b5ee86b1d2cf8692 100644 (file)
@@ -525,6 +525,7 @@ shell/.sdw
 
 # StarOffice 6 and OpenOffice.org formats
 regex/\.(odt|ott|sxw|stw|ods|ots|sxc|stc|odp|otp|sxi|sti|odg|otg|sxd|std|odb|odf|sxm|odm|sxg)$
+       Edit=(libreoffice %f &)
        Open=(libreoffice %f &)
        View=%view{ascii} odt2txt %f
 
@@ -765,6 +766,7 @@ include/audio
    View=%view{ascii} %f
 
 include/msoffice
+   Edit=libreoffice %f &
    Open=libreoffice %f &
    View=%view{ascii} catdoc %f
 
index 76b371830cda19a8e70a15c1f1c8705a565d0113..730357a2aa3ec095ebc9a881749d902607e468d6 100644 (file)
--- a/.mc/menu
+++ b/.mc/menu
@@ -61,6 +61,10 @@ T  fb2txt
 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
+   libreoffice %f &
+
 += t r & f \.(pdf|PDF|djvu)(\.bz2|\.gz)?$
 e  View pdf/djvu with evince
    evince %f &
@@ -69,6 +73,10 @@ e  View pdf/djvu with evince
 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 - | ${PAGER:-more}