Skip to content

Commit

Permalink
add all features to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ShSamariddin committed Sep 15, 2020
1 parent 3979c17 commit 2a51fc1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Description
Created an analogue of GREP and directory indexing tools with UI for
finding string occurences in the selected folder

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:
Expand All @@ -28,4 +26,12 @@ chmod u+x linux.sh
![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" />
<img src="https://i.loli.net/2020/09/16/raL86U32ljuDsn4.png" alt="PrSubtitle" width="650" />

###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

0 comments on commit 2a51fc1

Please sign in to comment.