Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1022 Bytes

README.md

File metadata and controls

37 lines (33 loc) · 1022 Bytes

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:

sudo apt-get install qt5-default

Run application

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

Preview

preview.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