Skip to content

Commit

Permalink
[bin] so: Support libreoffice formats
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Oct 10, 2022
1 parent e9e6f1a commit 20ee194
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/so
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20ee194

Please sign in to comment.