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.
- Host: GitHub
- URL: https://github.com/lachee/file-search
- Owner: Lachee
- License: gpl-3.0
- Created: 2018-12-02T08:34:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T02:05:05.000Z (about 7 years ago)
- Last Synced: 2025-01-25T09:11:54.394Z (over 1 year ago)
- Language: C#
- Size: 71.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.