implemented string whitelist

This commit is contained in:
2023-12-15 13:42:52 +01:00
parent 36c5b62812
commit e78834da08
2 changed files with 23 additions and 13 deletions

View File

@@ -29,10 +29,12 @@ python3 scan.py /path/to/directory [options]
```
### Options:
- `-f, --filetype`: Filter by file types (e.g., `.txt`, `.log`).
- `-i, --ignore`: Ignore files and folders containing specific strings.
- `--ignore-hidden`: Omit hidden directories from the scan.
- `-v, --verbose`: Enable verbose mode for detailed output.
To show the help page execute:
```bash
python3 scan.py /path/to/directory --help
```
## ⚠️ Caution