CLIリファレンス:タスク
タスク対応カレンダー上のToDo(VTODO) — カレンダーイベントと並列のサーフェスです。 CLIリファレンスの一部です。
| コマンド | 何をするか |
|---|---|
tasks list | タスクを一覧表示(デフォルトは未完了;--all で完了済みも含む、--cal、--limit) |
tasks search [query] | すべてのフィールドを横断してタスクを検索(タイトル、メモ、場所、カテゴリー、ステータス、期限) |
tasks create --title | タスクを作成(--due、--start、--priority high|normal|low、--notes、--location、--category、--status、--percent、--recur、--reminder、--attach、--cal) |
tasks update <id> | タスクを更新(渡したフラグのみ変更;空の値でクリア) |
tasks complete <id> | タスクを完了にする(--reopen で未対応に戻す) |
tasks delete <id> | IDでタスクを削除 |
atbridge tasks create --title "Follow up with Sam" --due 2026-07-03T17:00 --priority highatbridge tasks list --prettyatbridge tasks complete <id>Was this page helpful?
Thanks for the feedback!