For years now, my go-to "open -a Xcode ." failed with "Xcode not found". I thought something with "xcodes” was off but never investigated.
Using Codex, I found out that the "Xcode.app" symlink is still pointing to 15.4! Not actually the problem but still interesting.
But it pointed me to #xed, so TIL that there is already a CLI that I can call with fewer keystrokes to open #Xcode for the current path 🥳
$ xed .

