# Jeeves ## WIP Specify some rules ```json { "rules": [ { "patterns": [".*\\.pdf"], "predicate": "age > 10 days", "action": "move documents" }, { "predicate": "age > 50 weeks", "action": "delete" }, ] } ``` Set up `jeeves` to run periodically, and never think about the contents of your downloads folder ever again.