What's new
Added
- 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 throwsInfatError.missingOptionif neither
--confignor$XDG_CONFIG_HOME/infat/config.tomlexist.
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]
- Renamed
Fixed
- Quiet mode now logs at
warning(waserror), preventing silent failures.