An open API service indexing awesome lists of open source software.

https://github.com/lachee/file-search

Scans all files in a folder for matching regex. Useful for quickly searching in code.
https://github.com/lachee/file-search

Last synced: about 1 year ago
JSON representation

Scans all files in a folder for matching regex. Useful for quickly searching in code.

Awesome Lists containing this project

README

          

# File-Search
Scans all files in a folder, reading their contents and checking if it matches regex. Useful for quickly searching in code.

Built with WinForm, so its not really platform compatible. To use it, simply make a build with visual studio and run it. If you want the notepad++ feature to work, you may wish to edit the textbox underneath to link to notepad++ executable.