From 3bd549b016add6f94ef5cdeaeb3306fc78ccd08e Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Thu, 14 Mar 2024 20:10:35 +0100 Subject: Update README.md --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5c2cfe2..83d4d2e 100644 --- a/README.md +++ b/README.md @@ -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.
-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. -![Screenshot_1](https://github.com/aldrik-ramaekers/text-search/assets/22401766/35c40946-58ee-4079-a1ec-b925075dad16) +![Screenshot_1](https://github.com/aldrik-ramaekers/text-search/assets/22401766/958fdd51-94ad-4623-8679-8364a4bf106b)) # 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__`` -- cgit v1.2.3-70-g09d2