Riferimento CLI: attività
Attività (VTODO) sui tuoi calendari che le supportano — una superficie parallela agli eventi del calendario. Fa parte del riferimento CLI.
| Comando | Cosa fa |
|---|---|
tasks list | Elenca le attività (incomplete per impostazione predefinita; --all include le completate, --cal, --limit) |
tasks search [query] | Cerca nelle attività in tutti i campi (titolo, note, luogo, categorie, stato, scadenza) |
tasks create --title | Crea un’attività (--due, --start, --priority high|normal|low, --notes, --location, --category, --status, --percent, --recur, --reminder, --attach, --cal) |
tasks update <id> | Aggiorna un’attività (cambiano solo i flag che passi; un valore vuoto cancella) |
tasks complete <id> | Segna un’attività come completata (--reopen la riporta a “da fare”) |
tasks delete <id> | Elimina un’attività tramite id |
atbridge tasks create --title "Ricontattare Sam" --due 2026-07-03T17:00 --priority highatbridge tasks list --prettyatbridge tasks complete <id>Was this page helpful?
Thanks for the feedback!