Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 386 Bytes

File metadata and controls

18 lines (13 loc) · 386 Bytes

Filesystem Scanner Setup

Scan a file or directory. Skips common binaries.

Examples

ghostlight scan --scanner fs --target /path/to/dir --format table
ghostlight scan --scanner fs --target ./file.txt --format json --output fs.json

Options

  • --max-file-mb: size cutoff (default 20)
  • --sample-bytes: bytes per file (default 2048)