Skip to content

Commit

Permalink
feat(feh): deassociate with avci/avcs
Browse files Browse the repository at this point in the history
feh supports several HEIF sub-types through imlib2, which gets the support
from libheif. The latter does not support avci/avcs yet.
  • Loading branch information
chemag authored and scop committed Dec 31, 2023
1 parent e252c73 commit af46f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/feh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ _comp_cmd_feh()

# FIXME: It is hard to determine correct supported extensions.
# feh can handle any format that imagemagick can plus some others
_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)'
} &&
complete -F _comp_cmd_feh feh

Expand Down

0 comments on commit af46f34

Please sign in to comment.