summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-14 20:10:35 +0100
committerGitHub <noreply@github.com>2024-03-14 20:10:35 +0100
commit3bd549b016add6f94ef5cdeaeb3306fc78ccd08e (patch)
treed2ec891e89678e8f653b317cf646414f27fc4f34 /README.md
parent20b2ab12bacd261cbb9d91fc1ed96811bd77f1f4 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files 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. <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.
-![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__``