Created a multi-threaded analogue of GREP and directory indexing tools with UI for finding string occurences in the selected folder
Open a terminal. Type the following command and hit Enter:
sudo apt-get install qt5-default
Open a terminal. Type the following command and hit Enter: Steps:
git clone https://github.com/ShSamariddin/StringSearch.git
cd StringSearch
chmod u+x linux.sh
./linux.sh
- 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