You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2026. It is now read-only.
Add shell completion for common UTI strings (e.g. public.html, public.utf8-plain-text, com.adobe.pdf, public.png) when using -i and -u flags.
Could use clap's completion support to generate completions for bash/zsh/fish, with a hardcoded list of common UTIs and/or dynamic lookup via the UniformTypeIdentifiers framework.
Add shell completion for common UTI strings (e.g.
public.html,public.utf8-plain-text,com.adobe.pdf,public.png) when using-iand-uflags.Could use clap's completion support to generate completions for bash/zsh/fish, with a hardcoded list of common UTIs and/or dynamic lookup via the UniformTypeIdentifiers framework.