For a quick search I sometimes just open nvim to search interactively media files, such as pdfs, images.
If a pdf, for instance, has many pages, I would like to open the file with the appropriate application. xdg-open already does this behaviour, so I would only like to call xdg-open instead of actually opening the binary file in nvim when looking through with telescope-media-files.
I believe this would not be intrusive, as it would only open when looking for media files, and not regular files.