We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e252c73 commit af46f34Copy full SHA for af46f34
completions/feh
@@ -111,7 +111,7 @@ _comp_cmd_feh()
111
112
# FIXME: It is hard to determine correct supported extensions.
113
# feh can handle any format that imagemagick can plus some others
114
- _comp_compgen_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|y4m|avc[is]|hei[cf]?(s)|avif?(s)'
+ _comp_compgen_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|y4m|hei[cf]?(s)|avif?(s)'
115
} &&
116
complete -F _comp_cmd_feh feh
117
0 commit comments