Skip to content

Commit

Permalink
add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ShSamariddin committed Sep 15, 2020
1 parent 1d9ece7 commit 3979c17
Showing 1 changed file with 30 additions and 3 deletions.
33 changes: 30 additions & 3 deletions README.md
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" />

0 comments on commit 3979c17

Please sign in to comment.