Skip to content

Commit af46f34

Browse files
chemagscop
authored andcommitted
feat(feh): deassociate with avci/avcs
feh supports several HEIF sub-types through imlib2, which gets the support from libheif. The latter does not support avci/avcs yet.
1 parent e252c73 commit af46f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/feh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ _comp_cmd_feh()
111111

112112
# FIXME: It is hard to determine correct supported extensions.
113113
# 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)'
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|hei[cf]?(s)|avif?(s)'
115115
} &&
116116
complete -F _comp_cmd_feh feh
117117

0 commit comments

Comments
 (0)