telescope-media-files.nvim
telescope-media-files.nvim copied to clipboard
Telescope extension to preview media files using Ueberzug.
When I run the gui https://github.com/yatli/fvim/ from the terminal, and run `:Telescope media_files` the images are displayed in the terminal and not in the gui. This might also be the...
Überzug doesn't support MacOs, Then I found a Plugin: https://github.com/edluffy/hologram.nvim Maybe use its method to achieve image preview in Telescope. 
This happened to me in Kitty, Alacritty and GNOME Terminal, it's weird because I've used this before and this didn't happen.
How to can i have this feature enabled under find files i mean usign `:Telescope media_files` works but how to get that working when using `find_files`
I have ripgrep installed. And `rg` command is working in the shell. I'm using Ubuntu via WSL on Windows. The prerequisites mention that one of fd, rg, find, or fdfind...
Currently, images are supported using Uberzug. It would be great if the images could also be viewed using the Kitty Protocol ### Some References: https://sw.kovidgoyal.net/kitty/graphics-protocol.html This is the PR that...
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
This helps us who don't have /bin/bash
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...
I cant make work jpeg and ico filetypes. It works for png, jpg, pdf... I added jpeg and ico to extensions.media_files.filetypes and doesnt work. I dont know how works extensions.media_files.filetypes...