#automatic #delete #move #download #predicate #action #rules

bin+lib jeeves

WIP: Automatically move or delete files

1 unstable release

0.1.0 Dec 8, 2019

#30 in #predicate

22 downloads per month

MIT license

14KB
426 lines

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.

Dependencies

~4–6MB
~103K SLoC