I use helm-recentf
to receive the list of recent files.
I would like to have an opportunity to search over the list of recently viewed files.
Can I do it with grep
or helm-swoop
? Is there any other way?
UPDATE:
Lets say I have the list of recent files, and I want to find all occurrences of blah
in all recent files. How would I do this?