1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【超小ネタ】デスクトップ版ChatGPTアプリの Codex で今のフォルダを対象にアプリを開くコマンド(Mac で試したもの)

1
Posted at

2026年の統合版ChatGPTデスクトップアプリの Codex(旧デスクトップ版の Codexアプリ)に関する超小ネタです。

Mac の zsh のカレントフォルダを作業対象にして、統合版ChatGPTデスクトップアプリの Codex を開く、というのを試した時のメモです。

今回の内容

今回の超小ネタは、以下のコマンドです。

open -a ChatGPT .

情報元は、以下の Issue です。

●codex app . opens Codex Desktop without the current workspace on macOS · Issue #25863 · openai/codex
 https://github.com/openai/codex/issues/25863

2026年の統合版ChatGPTデスクトップアプリへの移行後の一部バージョンで、ワークスペースが反映されない不具合報告の Issue の中で、上記コマンドが出てきていたようでした。

自分の Mac の環境で、このコマンドで所望の動作が行われることを確認できました。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?