Skip to content

Commit a66ae99

Browse files
Maelanscop
authored andcommitted
feat(feh): complete on WebP images
1 parent 242e26c commit a66ae99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/feh

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ _feh()
113113

114114
# FIXME: It is hard to determine correct supported extensions.
115115
# feh can handle any format that imagemagick can plus some others
116-
_filedir 'xpm|tif?(f)|png|p[npgba]m|iff|?(i)lbm|jp?(e)g|jfi?(f)|gif|bmp|arg?(b)|tga|xcf|ani|ico|?(e)ps|pdf|dvi|txt|svg?(z)|cdr|[ot]tf|ff?(.gz|.bz2)'
116+
_filedir 'xpm|tif?(f)|png|p[npgba]m|iff|?(i)lbm|jp?(e)g|jfi?(f)|gif|bmp|arg?(b)|tga|xcf|ani|ico|?(e)ps|pdf|dvi|txt|svg?(z)|cdr|[ot]tf|ff?(.gz|.bz2)|webp'
117117
} &&
118118
complete -F _feh feh
119119

0 commit comments

Comments
 (0)