diff options
author | hut <hut@lepus.uberspace.de> | 2015-03-22 22:46:46 +0100 |
---|---|---|
committer | hut <hut@lepus.uberspace.de> | 2015-03-22 22:47:21 +0100 |
commit | 278f5d9068ffdafb14b77d8aac672c54f822fbb6 (patch) | |
tree | f8b75fe9b71685c7d31205d8877cb2ad8c1b8267 | |
parent | 565247df7eb4f291eb2691f5ffa83227beb6c42e (diff) | |
download | ranger-278f5d9068ffdafb14b77d8aac672c54f822fbb6.tar.gz |
rifle.conf: open files with "pptx?" extension with *office
Thanks @GermainZ for the suggestion
-rw-r--r-- | ranger/config/rifle.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ranger/config/rifle.conf b/ranger/config/rifle.conf index 6e1e78b9..f4b438c7 100644 --- a/ranger/config/rifle.conf +++ b/ranger/config/rifle.conf @@ -159,11 +159,11 @@ ext pdf, has qpdfview, X, flag f = qpdfview "$@" ext docx?, has catdoc, terminal = catdoc -- "$@" | "$PAGER" -ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric, X, flag f = gnumeric -- "$@" -ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread, X, flag f = kspread -- "$@" -ext od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice "$@" -ext od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice, X, flag f = soffice "$@" -ext od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice, X, flag f = ooffice "$@" +ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has gnumeric, X, flag f = gnumeric -- "$@" +ext sxc|xlsx?|xlt|xlw|gnm|gnumeric, has kspread, X, flag f = kspread -- "$@" +ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has libreoffice, X, flag f = libreoffice "$@" +ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has soffice, X, flag f = soffice "$@" +ext pptx?|od[dfgpst]|docx?|sxc|xlsx?|xlt|xlw|gnm|gnumeric, has ooffice, X, flag f = ooffice "$@" ext djvu, has evince, X, flag f = evince -- "$@" ext djvu, has atril, X, flag f = atril -- "$@" |