]>
git.xolatile.top Git - soikk-wordfinder.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Soikk [Thu, 9 Sep 2021 10:47:06 +0000 (12:47 +0200)]
Update wordfinder.c
Forgot to fix one issue
Soikk [Tue, 7 Sep 2021 18:55:07 +0000 (20:55 +0200)]
Minor fixes
Added count of total occurrences found.
Fixed bug not displaying file names when files not found
Soikk [Sun, 5 Sep 2021 19:38:30 +0000 (21:38 +0200)]
Update wordfinder.c
Typo
Soikk [Tue, 31 Aug 2021 01:04:55 +0000 (03:04 +0200)]
Update wordfinder.c
Updated it so that when the word is only found on one line, it writes "line" in the singular
Soikk [Tue, 31 Aug 2021 00:59:05 +0000 (02:59 +0200)]
Update wordfinder.c
Made it so the words found are displayed between quotation marks
Soikk [Tue, 31 Aug 2021 00:47:01 +0000 (02:47 +0200)]
Update README.md
Soikk [Tue, 31 Aug 2021 00:45:37 +0000 (02:45 +0200)]
Uploaded wordfinder.c
Program that finds all the occurrences of any words/lines from a list given in the document specified
Soikk [Tue, 31 Aug 2021 00:42:42 +0000 (02:42 +0200)]
Initial commit