diff options
| author | Aldrik Ramaekers <aldrikboy@gmail.com> | 2024-03-14 20:10:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-14 20:10:35 +0100 |
| commit | 3bd549b016add6f94ef5cdeaeb3306fc78ccd08e (patch) | |
| tree | d2ec891e89678e8f653b317cf646414f27fc4f34 /README.md | |
| parent | 20b2ab12bacd261cbb9d91fc1ed96811bd77f1f4 (diff) | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 10 insertions, 7 deletions
@@ -1,15 +1,18 @@ # text-search -Text-search is a GUI Program to find files and text within files for x64 Windows and x64 Linux. <br> -text-search is a single and small executable. +Text-search is a GUI Program to find files and text within files for x64 Windows, Linux & MacOS. - +) # Deps External libraries used: - utf8.h https://github.com/sheredom/utf8.h -- stb_image.h -- ImGui -- ImFileDialog +- stb_image.h https://github.com/nothings/stb/blob/master/stb_image.h +- ImGui https://github.com/ocornut/imgui +- ImFileDialog https://github.com/dfranx/ImFileDialog +- glfw (install libglfw3-dev) https://github.com/glfw/glfw # Config -config.ini is stored at __%appdata%/local/text-search/config.ini__ / __~/text-search/config.ini__ / __/Library/Application Support/text-search/config.ini__ +config.ini is stored at: +- Windows ``__%appdata%/local/text-search/config.ini__ `` +- Linux ``__~/text-search/config.ini__ / `` +- MacOS ``__/Library/Application Support/text-search/config.ini__`` |
