Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shsamariddin/stringsearch
- Owner: ShSamariddin
- Created: 2019-03-02T09:57:14.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T16:24:38.000Z (over 4 years ago)
- Last Synced: 2024-10-12T00:44:28.178Z (3 months ago)
- Topics: c-plus-plus, indexing, multi-threaded, qmake, qt, qt-application, qt-gui, qt5, shell, unix, user-interface
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 11
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 folderInstall 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
### 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