From d2a9acc65cd2150fdcfc0089cfc13f6d7db23868 Mon Sep 17 00:00:00 2001 From: Lizard Date: Fri, 26 Dec 2025 18:34:12 +0300 Subject: [PATCH] readme create --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0df1169 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ + +# GOFINDER - Multithreaded file search + +Search for files in your system and display the result in `result.txt` + +## Run Locally + +- Create `search.txt` and write separate search queries in each line + +- Run the command: +```bash +gofinder --d "YOUR PATH" +``` + +- Look for results in `result.txt` \ No newline at end of file