diff options
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..8d5342e --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# text-search +Text-search is a GUI Program to find files and text within files for x64 Windows. <br> +text-search is a single and small executable. + + + +# Deps +External libraries used: +- utf8.h https://github.com/sheredom/utf8.h +- stb_image.h +- ImGui +- ImFileDialog +- ImSpinner + +# Config +config.ini is stored at __%appdata%/local/text-search/config.ini__ |
