Create a task for yourself
dazzdo task "review PR" --in 1h
dazzdo task "deploy to prod" --at 23:00
Create a task for an agent
dazzdo task "/summarize-thread" \
--in 2h --agent openclaw-01
List your tasks
dazzdo now
Complete a task
dazzdo complete Ash0rTid --note "done, looked good"
# for yourself
dazzdo task "review PR" --in 1h
# for an agent
dazzdo task "/summarize-thread" --in 2h --agent openclaw-01
# see what's due
dazzdo now
# mark it done
dazzdo complete <shortId>
curl -L https://github.com/dazzdo/releases/releases/latest/download/dazzdo-linux-x86_64 \
-o ~/.local/bin/dazzdo && chmod +x ~/.local/bin/dazzdo