diff options
| author | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-05 23:09:18 +0200 |
|---|---|---|
| committer | Nathan Reiner <nathan@nathanreiner.xyz> | 2023-07-05 23:09:18 +0200 |
| commit | 851f175eb33a77f6442b2843194d7ad30e4e1f1c (patch) | |
| tree | f789463a286a14afcda1daa66b38e566e7cae5c5 | |
| parent | 4d577650f737daaeb477bbbd5ae2bad4f1121c38 (diff) | |
add readme
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..cbd86bd --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# Index Search + +A project to index all files in a subdirectory to make +their contents searchable in a fast manner. |