chmln / handlr

A better xdg-utils
MIT License
633 stars 25 forks source link

mimeo-style custom association file #57

Closed Anomalocaridid closed 2 months ago

Anomalocaridid commented 2 years ago

Mimeo, another resource opener, supports having an association file, separate from mimeapps.list, that gives you fine-grained control over which programs open which URLs or file types. For example, you can use regular expressions to open YouTube links in vlc or FreeTube or open files with programs by directly using file extensions rather than mimetypes.

Would it be possible to implement something similar? I know Rust and I would be more than happy to pitch in.