Quick Start
# Safe preview of the current directorysift
# Safe preview of another directorysift ~/Downloads
# Inspect entries (read-only, never mutates)sift scan ~/Downloads
# Preview an organization plansift organize ~/Downloads
# Apply itsift organize ~/Downloads --apply
# Organize eligible subdirectories too, each in its own local contextsift organize ~/Downloads --recursive
# Classify and move whole immediate child folderssift folders ~/Downloads
# Report-only diagnostics: large files, stale archives, sensitive namessift doctor ~/Downloads
# Preview junk cleanup (.tmp/.swp/.swo)sift clean ~/Downloads
# Apply cleanupsift clean ~/Downloads --apply
# Explain exactly what organize would do to one file, and whysift explain ~/Downloads/invoice.pdf
# Validate the effective .sift.toml policy for a directorysift config check ~/Downloads
# List past operationssift history
# Reverse a successful movesift undo hist-<operation-id>Every command above that can mutate the filesystem (organize, clean, folders) is a dry-run unless you add --apply. Nothing needs sudo, nothing touches the network, and nothing runs in the background unless you explicitly start a Watch.
For the full command surface with every flag, see the CLI Commands reference.
Your First Organize walks through one complete preview → apply → undo cycle against a real, messy directory.
