I have a big monorepo, and I'd like to list all readme.md
files, so I can check if they need attention. So far I haven't found a way to do this.
- If I were to look for a single
readme.md
, I could useCtrl+P
which opens the file search menu, I see the list ofreadme.md
files, but the list changes order, sometimes omits some items, it's meant to find a single file. - If I knew a common piece of string, I could look for that in the search tab with
files to include
limited toreadme.md
, but this is not the case.
So is there a way to view a persistent list (like the search tab's results) for all files with the same name?