Skip to content

FileFlow 0.2.0

Choose a tag to compare

@Arylmera Arylmera released this 22 Jun 18:51

New

  • Split-by-extension routing — send RAW and JPG (or any extensions) to separate destinations or folders from a single drive rule. First matching route wins; unmatched files use the rule's own destination.
  • Filename rename on import — rename files as they're copied with a {year} / {date} / {name} / {seq} template. The original extension is always preserved.
  • Flow — a run-history view of what was imported, when, and where.

Fixed

  • Large files no longer import half-written. A file is now considered finished only when its size holds steady across a re-check, not just by modification time. A >100 MB export that pauses mid-write is no longer handed to Apple Photos partially (the cause of the metadata warnings).

Safety

  • A copy never overwrites a different file, and a source is deleted from the card only once its own bytes are verified at the destination (content-checked de-collision).
  • A destination that sits inside the card being read is refused.

Install / update

curl -fsSL https://raw.githubusercontent.com/Arylmera/FileFlow/main/install.sh | sh