fdschmidt93 / telescope-egrepify.nvim

Variable user customization for telescope.live_grep to set rg flags on-the-fly
MIT License
122 stars 13 forks source link

[Feature Request] Don't include the number of files in the search count #24

Closed kyu08 closed 1 year ago

kyu08 commented 1 year ago

Thank you for developing this wonderful extension! I have been using it every day instead of telescope's live_grep since I came across this extension.

Is your feature request related to a problem? Please describe.

Thank you for developing this wonderful extension. I have been using it every day instead of telescope's live_grep since I came across this extention.

Describe the solution you'd like

I would like to suggest that the number of search results should only show the number of matches (as it currently shows the number of matches + number of files). Or is it possible to display somewhere the number of files matched or the number of matches? (like Results (4) for example) I am not familiar with telescope's extensions, so maybe this is an impossible request. Also, if this is the intended specification, please feel free to close this issue.

Describe alternatives you've considered

Additional context

image
fdschmidt93 commented 1 year ago

Thank you for developing this wonderful extension! I have been using it every day instead of telescope's live_grep since I came across this extension.

Thank you for the kind words :) glad you enjoy the extension!

Your feature request is very sensible, I will hopefully have some time to look into it next week.

fdschmidt93 commented 1 year ago

The issue should now be fixed, I accidentally pushed it right to master rather than a feature branch :sweat_smile: but it should work all the same :)

kyu08 commented 1 year ago

@fdschmidt93 Thanks so much for the quick fix.

I accidentally pushed it right to master rather than a feature branch 😅

I make the same mistake sometimes when I'm doing personal development projects too. haha

I've actually tried it and I'm so glad it's more convenient! Thank you so much!

image