From 0bd43290fba3cccea5fd15ed62905a7a84d2c741 Mon Sep 17 00:00:00 2001 From: AiTechEye <40591179+AiTechEye@users.noreply.github.com> Date: Sun, 14 Feb 2021 22:09:47 +0100 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3226f8c..4690c93 100644 --- a/README.md +++ b/README.md @@ -1 +1,34 @@ -# look_for_text \ No newline at end of file +# look_for_text V3
+## This is not a minetest mod
+**1: USE OF YOUR OWN RISK**
+**2: THE SCRIPT/APPLICATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.**
+**3: I (AiTechEye) DO NOT TAKE ANY RESPONSIBILITY FOR ANY DAMAGES AND ARE NOT LIABLE FOR ANY KINDS OF DAMAGES.**
+**4 License: LGPL-2.1**
+
+**This script/application should work fine with windows 7 and newer, unsure about older os.**
+ +**Only use this app if you know what you are doing.** + +This script is simply looking for string/petters in files in the folder and all its sub folders, and tell the file paths, eg if you whant to know what files that contains: "alpha =" this script is very usefull. + + +how to do: +**look_for_text="text for look for"** + +file type: +**file_type=".lua"** + +just for safty, folder to scan in (in same folder as the script) +**folder_name = "foldername"** + +new line: +**vbCrLf** +**tab:** + +so if you want to look for: +```lua + alpha = + ``` + +write like: +**look_for_text = vbtab&"alpha = "**