From 20ee194ac289e924e766264c6a8e0ace4af93d47 Mon Sep 17 00:00:00 2001 From: Marcel Robitaille Date: Mon, 10 Oct 2022 10:18:47 -0300 Subject: [PATCH] [bin] so: Support libreoffice formats --- bin/so | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/so b/bin/so index e1eeda9..8f797d5 100755 --- a/bin/so +++ b/bin/so @@ -62,6 +62,7 @@ case "$extension" in jpg | png ) app="eog";; m4a | mp4 ) app="vlc";; html ) app="firefox -new-tab";; + odt | odp | doc | docx | ppt | pptx ) app="libreoffice";; esac # Open file in app