u
This commit is contained in:
@@ -75,11 +75,11 @@ cmd open ${{
|
|||||||
*.[Pp][Dd][Ff]*) mupdf $fx &;;
|
*.[Pp][Dd][Ff]*) mupdf $fx &;;
|
||||||
*.[Pp][Nn][Gg]*) feh $fx &;;
|
*.[Pp][Nn][Gg]*) feh $fx &;;
|
||||||
*.[Rr][Pp][Pp]*) reaper $fx &;;
|
*.[Rr][Pp][Pp]*) reaper $fx &;;
|
||||||
|
*.[Xx][Ll][Ss][Xx]*) onlyoffice-desktopeditors $fx &;;
|
||||||
*) case $(file --mime-type -Lb $f) in
|
*) case $(file --mime-type -Lb $f) in
|
||||||
text/*) nano $fx;;
|
text/*) nano $fx;;
|
||||||
*) for f in $fx; do xdg-open $f > /dev/null 2> /dev/null & done;;
|
*) for f in $fx; do xdg-open $f > /dev/null 2> /dev/null & done;;
|
||||||
esac
|
esac
|
||||||
*.[Xx][Ll][Ss][Xx]*) onlyoffice-desktopeditors $fx &;;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user