kcmerrill / alfred

(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
MIT License
63 stars 14 forks source link

Checkpoints #42

Open kcmerrill opened 7 years ago

kcmerrill commented 7 years ago

Add checkpoints. That way if the checkpoint exists, you can skip the task. Something like:

taskname:
    summary: Some task that gets run
    command: |
        echo "hello world"
   checkpoint: daily|hourly|golangdur(1h|9m|1h9,)