find-in-files
find-in-files copied to clipboard
Line number support
Nice module! is it possible to add line numbers to the results?
IMO, this feature is great!
This package has support for line numbers:
https://www.npmjs.com/package/search-in-file
It has a method called fileSearch
. Just provide {searchResults: "linoNo"}
as options an you will get what you are looking for.