We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 242e26c commit a66ae99Copy full SHA for a66ae99
completions/feh
@@ -113,7 +113,7 @@ _feh()
113
114
# FIXME: It is hard to determine correct supported extensions.
115
# 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)'
+ _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'
117
} &&
118
complete -F _feh feh
119
0 commit comments