コンテンツにスキップ

CLIリファレンス:ノート

@bridge ノート — atbridge.ai で生成したmarkdown(チャットの結果、下書き、要約)の、ローカルでプライベートなストア。ファイルは ~/.atbridge/user-data 配下に置かれます($ATBRIDGE_NOTES_ROOT または notes_dir 設定キーで上書き可能)。ノートがあなたの端末から外に出ることは決してありませんatbridge uninstall はデフォルトでノートを残します(--purge-notes で削除)。CLIリファレンスの一部です。

コマンド何をするか
notes save --title <t>ノートを保存(本文は --text--from-file <path>、またはパイプされたstdinから;--source--tag--folder <path>
notes list保存済みノートを新しい順に一覧表示(サブフォルダーを再帰;--pretty
notes search [query]すべてのフィールドを横断してノートを検索(タイトル、本文、タグ、ソース)
notes show <id-or-title>ノートを表示(--pretty でmarkdownをレンダリング)
notes edit <id>ノートをその場で編集(--title--text/--from-file);IDと作成日を保持
notes mv <id> <dest>ノートを移動または名前変更(dest は相対パス;既存のフォルダーならその中へ移動)
notes mkdir <path>ノートツリー内にフォルダーを作成(相対、例:work/2026
notes delete <id>IDでノートを削除(別名:rmdel
notes pathノートディレクトリを表示
Terminal window
atbridge notes save --title "Acme proposal notes" --from-file draft.md --tag work
atbridge mail get <id> --raw | atbridge notes save --title "Thread to follow up"
atbridge notes list --pretty

Was this page helpful?