russalo/File Observer scan
Scan a directory and emit a deterministic file-observer JSON manifest of what's inside.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Directory to scan. | no | . |
| args | Extra file-observer CLI args (word-split; e.g. `--specialists --exclude-hidden`). | no | --specialists |
| output | Path to write the manifest JSON. | no | file-observer-manifest.json |
| version | file-observer version to install from PyPI (blank = latest). | no | "" |
Outputs
| name | description |
|---|---|
| manifest-path | Path to the written manifest JSON. |