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

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

Awesome Lists containing this project

README

          

![SFS logo](/images/sfs_logo.png)

[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|[![GitHub release](https://img.shields.io/github/release/unchase/SimpleFullTextSearcher.svg)](https://github.com/unchase/SimpleFullTextSearcher/releases/latest)
|GitHub Release Date|[![GitHub Release Date](https://img.shields.io/github/release-date/unchase/SimpleFullTextSearcher.svg)](https://github.com/unchase/SimpleFullTextSearcher/releases/latest)
|GitHub Release Downloads|[![GitHub Release Downloas](https://img.shields.io/github/downloads/unchase/SimpleFullTextSearcher/total.svg?maxAge=86400)](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:
- Русский
- English

Localized by [Poedit](https://poedit.net/). You can help the project by adding your own language.

## Demonstration

![SFS UI](/images/sfs.gif)

## 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:

[![Buy me a coffe!](images/buymeacoffe.png)](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).