Overview

Catana provides a powerful feature to expire your TODO at the time or condition of your choice by using triggers. A trigger is a simple function that you write on a TODO.
Catana periodically checks the trigger and expires the TODO when the condition is met.
Triggers are declarable using the
on
keyword followed by the trigger name. For instance:
Last modified 3mo ago