+function tick() {
+ # TODO: have duration as an option to allow multiple filter
+ if (( # < 1 || # > 2)); then
+ print >&2 "Usage: $0 <filter> [duration]"
+ return 1
+ fi
+ task $1 mod wait:${2:-1h}
+}
+
+# TODO: function to show the latest report
+