Skip to content

ShSamariddin/StringSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published