kalle07 commited on
Commit
c85f8de
·
verified ·
1 Parent(s): 702d4a7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -12
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
- * Only windows tested with one large book!
21
- * Only txt files
22
- * Choose one txt file or a whole folder
23
- * Type a buzzword or more, only with AND (second search field) its connected with in a "distance option".
24
- * All matches found are cut out as a snippet (in % 0.3 before and 0.7 after the keyword)
25
- * All overlaped snippets ar merged
26
- * 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 ?)
29
- * 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++)
31
- * Output files are always overwritten when you click “Search” again.
32
- * Now you can easily copy and paste to your chat
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