File | Date | Author | Commit |
---|---|---|---|
Searcher | 2024-12-30 |
![]() |
[38355f] Show searched files specific button |
SearcherLibrary | 2024-12-30 |
![]() |
[38355f] Show searched files specific button |
SearcherLibrary.Tests | 2024-12-30 |
![]() |
[38355f] Show searched files specific button |
.gitignore | 2024-04-19 |
![]() |
[f1f45f] Version 2.1.0 - Migrated to .NET 8. (#39) |
COPYING.txt | 2019-03-18 |
![]() |
[0eee40] Initial commit |
ExtraCleanup.targets | 2019-03-18 |
![]() |
[0eee40] Initial commit |
LICENSE | 2019-03-18 |
![]() |
[eede98] Initial commit |
README.md | 2022-02-24 |
![]() |
[b7cfc2] Update README.md |
README.txt | 2024-03-27 |
![]() |
[c71629] Code clean up for info messages post move to .N... |
Searcher.sln | 2024-02-28 |
![]() |
[3c91e0] Upgraded to .NET 6 (#35) |
appveyor.yml | 2022-10-20 |
![]() |
[90b6ae] Fix/child window position issue (#28) |
This utility is intended to help in search/grep for multiple content in multiple locations for multiple file types.
Searcher is free software distributed under the GNU GPL. Ensure that the distribution package contains the following files:
* Searcher.exe - File content search utility
* COPYING.txt - License information
* README.txt - README file
Special thanks to the creators of the following libraries that is used by Searcher:
- Costura Fody - combine libraries into executable
- iTextSharp - reading pdf files.
- OpenXml - reading files saved using openxml format.
- SharpCompress - library to deal with many compression types and formats.