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
Support for cascading “blanket” types: use infat set <App> --type <type> to
assign openers for base types (e.g. plain-text); introduced a new [types] table in the TOML schema.
Explicit handling when no config is provided or found: Infat now prints
an informative prompt and throws InfatError.missingOption if neither --config nor $XDG_CONFIG_HOME/infat/config.toml exist.
Changed
Bumped CLI version to 2.0.1 and updated the abstract to
“Declaritively set associations for URLs and files.”
Revised README examples and docs:
Renamed infat list → infat info
Changed flag --file-type → --ext
Renumbered tutorial steps and cleaned up formatting
Updated TOML example: [files] → [extensions]
Fixed
Quiet mode now logs at warning (was error), preventing silent failures.