jeeves 0.1.0

WIP: Automatically move or delete files
Documentation

Jeeves

WIP

Specify some rules

{
    "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.