Filesystem connector

Filesystem duplicates

fs:// turns duplicate detection into a first-class URI instead of ad-hoc shell + sha256sum. fs://host/duplicates/query/find scans a folder tree and returns groups of duplicate files: mode=sha256 finds byte-identical files of any type; mode=perceptual finds near-duplicate images by perceptual hash (phash/dhash/whash via the wronai/img2nl fingerprint engine, compared by Hamming distance within a threshold). fs://host/duplicates/command/move quarantines the extra copies (all but the first of each group) into <root>/_duplicates/<key>/, with a dry_run default. Built for the office flow — dedupe exported invoices and attachments.

dostępny ✓ zweryfikowany

Co robi

  • Find byte-identical duplicate files in a folder tree.
  • Detect near-duplicate images by perceptual hash.
  • Quarantine the extra copies of exported invoices.

Schematy URI

fs://

Wymagania

  • Array
  • Array
  • Array