Earlier quoted context omitted.
Really what you'd like to see is a way to write the mount command for each file type (do one thing well) and another command to detect the file type and dispatch accordingly (probably similar to the `file` command), all in user space. The only thing standing in the way of this today is that MacOS doesn't expose a user space file system API. You can do this on Linux, Windows, and BSDs today. (No, file provider extensi…
Does https://osxfuse.github.io/ cover this? Or is there some fundamental issue? (beyond "it's not built in")
The fundamental issue is that macOS doesn't provide an API for this natively.