FileFlow 0.2.2
Regex file-name filter + live folder rebind.
- Whitelist / blacklist by filename regex on both External Drive and Folder rules. Set Only files matching to copy/move/import just the names that match, and Skip files matching to exclude names (even if included). Both blank = unchanged behavior. Matches the file name including its extension; contains-match (anchor with
^…$), case-sensitive (prefix(?i)to ignore case). Invalid patterns are rejected on save and fail closed. - Folder rules take effect live — adding, removing, or re-pointing a watched folder no longer needs an app restart.
Install / update:
curl -fsSL https://raw.githubusercontent.com/Arylmera/FileFlow/main/install.sh | sh