Update README.md
Browse files
README.md
CHANGED
|
@@ -17,19 +17,19 @@ The maximum text found is never larger than the original text, as overlapping se
|
|
| 17 |
|
| 18 |
# version 08alpha
|
| 19 |
<ul style="line-height: 1.05;">
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
(wildcard search If you have the word “friendship” and search for “friend” it will not be found. You should use “friend*”. "?" is only one character like usual.)<br>
|
| 28 |
-
(fuzzy is sometime usefully , but it dont work with any punctuation like ip adresses, but it can handle in some cases * and ?)
|
| 29 |
-
|
| 30 |
-
(the position you can see eg: in notepad++)
|
| 31 |
-
|
| 32 |
-
|
| 33 |
</ul>
|
| 34 |
|
| 35 |
https://github.com/kalle07/raw-txt-snippet-creator
|
|
|
|
| 17 |
|
| 18 |
# version 08alpha
|
| 19 |
<ul style="line-height: 1.05;">
|
| 20 |
+
<li>Only windows tested with one large book!</li>
|
| 21 |
+
<li>Only txt files</li>
|
| 22 |
+
<li>Choose one txt file or a whole folder</li>
|
| 23 |
+
<li>Type a buzzword or more, only with AND (second search field) its connected with in a "distance option"</li>
|
| 24 |
+
<li>All matches found are cut out as a snippet (in % 0.3 before and 0.7 after the keyword)</li>
|
| 25 |
+
<li>All overlaped snippets ar merged</li>
|
| 26 |
+
<li>Two search options "usual wildcard" and "fuzzy-search"<br>
|
| 27 |
(wildcard search If you have the word “friendship” and search for “friend” it will not be found. You should use “friend*”. "?" is only one character like usual.)<br>
|
| 28 |
+
(fuzzy is sometime usefully , but it dont work with any punctuation like ip adresses, but it can handle in some cases * and ?)</li>
|
| 29 |
+
<li>All snippets are appended and saved (one for wildcard one for fuzzy) in json format with te match and found position<br>
|
| 30 |
+
(the position you can see eg: in notepad++)</li>
|
| 31 |
+
<li>Output files are always overwritten when you click “Search” again</li>
|
| 32 |
+
<li>Also you can easily copy and paste to your chat</li>
|
| 33 |
</ul>
|
| 34 |
|
| 35 |
https://github.com/kalle07/raw-txt-snippet-creator
|