コンテンツにスキップ

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でタスクを削除
Terminal window
atbridge tasks create --title "Follow up with Sam" --due 2026-07-03T17:00 --priority high
atbridge tasks list --pretty
atbridge tasks complete <id>

Was this page helpful?