mirror of
https://github.com/kevinveenbirkenbach/directory-content-scanner.git
synced 2025-10-10 18:58:11 +02:00
implemented string whitelist
This commit is contained in:
10
README.md
10
README.md
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user