-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1d9ece7
commit 3979c17
Showing
1 changed file
with
30 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,31 @@ | ||
# sleuth | ||
String Search - Qt applications | ||
==================================================== | ||
Description | ||
----------- | ||
Created an analogue of GREP and directory indexing tools with UI for | ||
finding string occurences in the selected folder | ||
|
||
Recursively indexes all files in folder and reindexes when files | ||
changing with the ability to search for string in these files | ||
Completed feature for automatically rebuilding indexes when file is changed | ||
|
||
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 | ||
<img src="https://i.loli.net/2020/09/16/raL86U32ljuDsn4.png" alt="PrSubtitle" width="650" /> |