Skip to content

Commit

Permalink
feat(eog): associate with *.heic and *.jxl
Browse files Browse the repository at this point in the history
eog supports these via add-on gdk-pixbuf loaders.

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
  • Loading branch information
calestyo authored and scop committed Jul 18, 2023
1 parent be906e8 commit 20c9cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/eog
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ _comp_cmd_eog()
return
fi

_comp_compgen_filedir '@(ani|avif|?(w)bmp|gif|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|pcx|p[bgp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|webp|x[bp]m)'
_comp_compgen_filedir '@(ani|avif|?(w)bmp|gif|heic|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|jxl|pcx|p[bgp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|webp|x[bp]m)'
} &&
complete -F _comp_cmd_eog eog

Expand Down

0 comments on commit 20c9cea

Please sign in to comment.