コンテンツにスキップ

CLIリファレンス

atbridge バイナリは製品のすべてです。CLI、MCPサーバー、Thunderbirdのネイティブメッセージングホストをひとつにまとめています。このリファレンスは分野別に分かれています — 以下からグループを選んでください。

Terminal window
atbridge mail search "invoice" --from billing@example.com --snippet

すべての一覧/検索コマンド(mail searchmail listcontacts searchlistcalendar events searchtasks listsearchnotes listsearch)は、--offset(最初のN件をスキップ;--limit と組み合わせます — --offset 20 --limit 20 = 21〜40件目)でページ送りができ、--count で合計だけを返せます(同じフィルターに対する { total, approx })。件数は、メールを除いて正確です。メールは --folder--since--until で範囲を絞らない限り、ベストエフォート(approx)です。

これらは デフォルトで軽量なJSON行 も出力します(結果を選ぶのに必要な要点だけ)。--verbose で項目ごとの完全な詳細が得られます(mail searchmail list では、約200文字のプレーンテキストの要点を得る --snippet も使えます)。それ以上の情報は、対応する … getshow で取得してください。

Was this page helpful?