nvim-telescope / telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.
MIT License
445 stars 46 forks source link

you should not use file extension to find the type of file. #29

Open Xyhlon opened 2 years ago

Xyhlon commented 2 years ago

I have PNG file which are not recognized because the ending is capitalized. You should use the magic number of different file types to distinguish them. See https://gist.github.com/leommoore/f9e57ba2aa4bf197ebc5