Menu

Tree [adafad] main /
 History

HTTPS access


File Date Author Commit
 Searcher 2024-12-30 Dennis Joseph Dennis Joseph [38355f] Show searched files specific button
 SearcherLibrary 2024-12-30 Dennis Joseph Dennis Joseph [38355f] Show searched files specific button
 SearcherLibrary.Tests 2024-12-30 Dennis Joseph Dennis Joseph [38355f] Show searched files specific button
 .gitignore 2024-04-19 wizden wizden [f1f45f] Version 2.1.0 - Migrated to .NET 8. (#39)
 COPYING.txt 2019-03-18 Dennis Joseph Dennis Joseph [0eee40] Initial commit
 ExtraCleanup.targets 2019-03-18 Dennis Joseph Dennis Joseph [0eee40] Initial commit
 LICENSE 2019-03-18 wizden wizden [eede98] Initial commit
 README.md 2022-02-24 wizden wizden [b7cfc2] Update README.md
 README.txt 2024-03-27 wizden wizden [c71629] Code clean up for info messages post move to .N...
 Searcher.sln 2024-02-28 wizden wizden [3c91e0] Upgraded to .NET 6 (#35)
 appveyor.yml 2022-10-20 wizden wizden [90b6ae] Fix/child window position issue (#28)

Read Me

Description

This utility is intended to help in search/grep for multiple content in multiple locations for multiple file types.

Main features

  • Search multiple directories for multiple content based on multiple file extensions.
  • Allows searching in Word (docx), Excel (xlsx), Powerpoint (pptx) and PDF (pdf) documents.
  • Allow searching in archives - .zip, .7z, .rar, .tar and .gz
  • Page numbers in Word (docx) may not be exact using OpenXML(see http://officeopenxml.com/WPsection.php)
  • Search using regular expressions.
  • Shows list of files that were searched.
  • Exclude files/directories from being searched in the current session or always.
  • Open text files in preferred editor.
  • Navigate to file location in explorer.
  • Quickly view file content in a popup.
  • Advanced configuration allows changing backcolour and displaying search execution times.
  • Customise the UI based on settings in the preferences file (if set)
  • No installer. Setup / installation not required.

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.

Using Searcher

Build status