find-in-files icon indicating copy to clipboard operation
find-in-files copied to clipboard

A simple tool to search text patterns across multiple files

Results 15 find-in-files issues
Sort by recently updated
recently updated
newest added

when i try to use this library for pdf files its not working

Hello, I want to search multiple string values in a file using your library. Is that possible ? ``` findInFiles.find({'term': "str1 | str2 | str3" , 'flags': 'ig'}, '.', '.txt$')...

Changed: - [x] Added ability to provide own list of files (not only path to directory and pattern) - [x] Updated dependencies and fixed vulnerabilities (both automatically using `npm i...

I'm trying to write a script where you pass a full path to a file and it will search it but when i run the search I get ``` {...