diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-07 21:31:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-07 21:31:56 +0100 |
| commit | def620a66bc5b0dc1107102f2c234888dc9bd830 (patch) | |
| tree | b72753c27651e44f63224e58092be4484fd6b623 /README.md | |
| parent | 0a28c5280defd5ec8309754f58d70ff04b798457 (diff) | |
Create README.md
Diffstat (limited to 'README.md')
| -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__ |
