https://github.com/unchase/simplefulltextsearcher
:mag: Simple application to full-text searching in file system
https://github.com/unchase/simplefulltextsearcher
fulltext-search searching winforms
Last synced: 3 months ago
JSON representation
:mag: Simple application to full-text searching in file system
- Host: GitHub
- URL: https://github.com/unchase/simplefulltextsearcher
- Owner: unchase
- License: apache-2.0
- Created: 2018-08-20T16:24:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-11T17:10:01.000Z (almost 5 years ago)
- Last Synced: 2025-04-07T09:13:09.738Z (6 months ago)
- Topics: fulltext-search, searching, winforms
- Language: C#
- Homepage:
- Size: 509 KB
- Stars: 17
- Watchers: 0
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README

[Simple Full Text Searcher](https://github.com/unchase/SimpleFullTextSearcher) is a simple program for full-text searching in files of any type with the ability to pause and stop completely. As a result of the search, it displays a list of files in which the search string was found and the time taken to search.
|Status|Value|
|:----|:---:|
|GitHub Release|[](https://github.com/unchase/SimpleFullTextSearcher/releases/latest)
|GitHub Release Date|[](https://github.com/unchase/SimpleFullTextSearcher/releases/latest)
|GitHub Release Downloads|[](https://github.com/unchase/SimpleFullTextSearcher/releases/latest)## Features
- Full-text search in many file types:
- Text files: `.txt`, `.ini`, `.json`, `.csv`, `.yaml`
- Pdf files: `.pdf`
- Microsoft Word files: `.rtf`, `.doc`, `.docx`, `.html`, `.dot`, `.dotx`, `.dotm`, `.odt`, `.ott`, `.docm`
- Microsoft Excel files: `.xls`, `.xlsx`
- Microsoft PowerPoint files: `.pptx`, `.ppt`, `.pot`, `.pps`, `.potx`, `.ppsx`, `.odp`, `.ppsm`, `.pptm`
- Microsoft OneNote files: `.one`, `.onetoc2`
- Microsoft Visio files: `.vsdx`
- EBook files: `.epub`, `.fb2`
- Xps files: `.xps`
- Image files (OCR): `.png`, `.bmp`, `.gif`, `.jpeg`, `.tiff`, `.tif`
- And any binary files with binary search...
- Localization:
- Русский
- EnglishLocalized by [Poedit](https://poedit.net/). You can help the project by adding your own language.
## Demonstration

## Roadmap
See the [changelog](CHANGELOG.md) for the further development plans and version history.
## Feedback
Please feel free to [request a feature](https://github.com/unchase/SimpleFullTextSearcher/issues/new?title=FEATURE) or [report a bug](https://github.com/unchase/SimpleFullTextSearcher/issues/new?title=BUG).
## Thank me!
If you like what I am doing and you would like to thank me, please consider:
[](https://www.buymeacoffee.com/nikolaychebotov)
Thank you for your support!
----------
Copyright © 2018 [Nikolay Chebotov (**Unchase**)](https://github.com/unchase) - Provided under the [Apache License 2.0](LICENSE.md).