readme create

This commit is contained in:
Lizard
2025-12-26 18:34:12 +03:00
parent d4515f6dfe
commit d2a9acc65c

15
README.md Normal file
View File

@@ -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`