Clean
sift clean finds high-confidence junk and sends it to the operating system trash — only when explicitly applied.
# Previewsift clean ~/Downloads
# Applysift clean ~/Downloads --applyBuilt-in junk candidates
Section titled “Built-in junk candidates”*.tmp*.swp*.swoWhy there’s no --recursive
Section titled “Why there’s no --recursive”This is intentional. Cleanup carries a higher destructive risk than moving files, so Sift deliberately keeps its surface narrower than organize’s — there is no recursive variant of clean today.
Listing what would be skipped
Section titled “Listing what would be skipped”sift clean ~/Downloads --verboseLists every skipped entry individually instead of a single collapsed count.
