Foldr is a Python-based CLI tool designed to organize files safely and predictably.

Unlike typical scripts, it focuses on defensive execution and user trust.

What it does

  • organizes files by extension
  • supports dry-run mode
  • provides undo capability
  • handles edge cases (spaces, invalid paths)
  • gives structured CLI feedback using Rich

Why it exists

Most file organizers are destructive or opaque.
Foldr is built to be safe, transparent, and reversible.


Explore More