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でノートを削除(別名:rm、del) |
notes path | ノートディレクトリを表示 |
atbridge notes save --title "Acme proposal notes" --from-file draft.md --tag workatbridge mail get <id> --raw | atbridge notes save --title "Thread to follow up"atbridge notes list --prettyWas this page helpful?
Thanks for the feedback!