spacecookie icon indicating copy to clipboard operation
spacecookie copied to clipboard

Let users configure custom file type mappings

Open sternenseemann opened this issue 3 years ago • 1 comments

We have a map like this:

M.Map FilePath GopherFileType

The configuration option could look like this, allowing to override the mapping:

{
  "file-types": {
    "apng": "I"
  }
}

Also the default fallback should be configurable (currently File).

sternenseemann avatar Jan 09 '21 11:01 sternenseemann