Skip to content

Quick Start

Point fialr at any directory to build a manifest:

Terminal window
fialr scan ~/Documents

fialr traverses the directory, computes BLAKE3 and SHA256 hashes for every file, detects MIME types, classifies by sensitivity tier, and records everything in the database. No files are modified. This is a read-only operation.

The output shows file count, total size, and extension distribution.

Run the full pipeline in one command:

Terminal window
fialr process ~/Documents

This runs scan, classify, enrich, and rename in sequence — all in dry-run mode. Review the YAML plan, then execute:

Terminal window
fialr process ~/Documents --execute --reviewed

Move enriched files into schema directories:

Terminal window
fialr organize ~/Documents

This produces a move plan based on enrichment metadata and your schema.yaml. Review it, then execute with --execute --reviewed. No files move until you explicitly approve.