nvim-telescope / telescope-media-files.nvim

Telescope extension to preview media files using Ueberzug.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find_cmd is hard coded.

SeniorMars opened this issue · comments

At the current stage of this extension, it seems that find_cmd is hardcoded. I wish there was an ability for me to include different flags to make my search a bit nicer. For instance having "--no-ignore" flag on rg or fd would be nice as you don't typically commit photos to your project. Is there any way, to make the expressions a bit freer? Thanks.

For reaches this issue:
try including a .fdignore and whitelist the folders/files whit the photos
In my .gitignore I'm still ignoring the folder output
But in my project I also have a .fdignroe file with the following:

!output

And now I'm capable to see all the files in the output folder