Skip to content

Commit

Permalink
feat(feh): associate with y4m and heic/heif/avif
Browse files Browse the repository at this point in the history
  • Loading branch information
chemag authored and scop committed Dec 29, 2023
1 parent 80450ca commit e252c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/feh
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'
_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)'
} &&
complete -F _comp_cmd_feh feh

Expand Down

0 comments on commit e252c73

Please sign in to comment.