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.
*.avif
*.webp
1 parent 5472cc1 commit f1c04b8Copy full SHA for f1c04b8
completions/eog
@@ -19,7 +19,7 @@ _comp_cmd_eog()
19
return
20
fi
21
22
- _comp_compgen_filedir '@(ani|?(w)bmp|gif|ico|j2[ck]|jp[cefgx2]|jpeg|jpg2|pcx|p[bgp]m|pn[gm]|ras|svg?(z)|tga|tif?(f)|x[bp]m)'
+ _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)'
23
} &&
24
complete -F _comp_cmd_eog eog
25
0 commit comments