Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/shsamariddin/stringsearch

Created a multi-threaded analogue of GREP and directory indexing tools with UI for finding string occurences in the selected folder
https://github.com/shsamariddin/stringsearch

c-plus-plus indexing multi-threaded qmake qt qt-application qt-gui qt5 shell unix user-interface

Last synced: 3 months ago
JSON representation

Created a multi-threaded analogue of GREP and directory indexing tools with UI for finding string occurences in the selected folder

Awesome Lists containing this project

README

        

String Search - Qt applications
====================================================
Description
-----------
Created a multi-threaded analogue of GREP and directory indexing tools with UI for
finding string occurences in the selected folder

Install Qt 5 on Ubuntu
---------------------
Open a terminal. Type the following command and hit Enter:
```bash
sudo apt-get install qt5-default
```

Run application
----------------------
Open a terminal. Type the following command and hit Enter:
Steps:
```bash
git clone https://github.com/ShSamariddin/StringSearch.git
cd StringSearch
chmod u+x linux.sh
./linux.sh
```
## Preview
![preview.gif](https://i.loli.net/2020/09/16/Jrv5iVZK8PshQpe.gif)

### Screenshot
PrSubtitle

### Features
* monitor file changes
* quick search by pre-counting all triggers and searching by them
* multithreading
* User interface
* automatically rebuilding indexes when file is changed
* stop indexing or searching