logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Xcode Editor - Open Files for Editing | Online Free DevTools by Hexmos

Open files for editing with Xcode Editor. Quickly launch and modify code files on your macOS system using the command line. Free online tool, no registration required.

xed

Opens files for editing in Xcode. More information: https://keith.github.io/xcode-man-pages/xed.1.html.

  • Open file in Xcode:

xed {{path/to/file1 path/to/file2 ...}}

  • Open file(s) in Xcode, create if it doesn’t exist:

xed --create {{path/to/file1 path/to/file2 ...}}

  • Open a file in Xcode and jump to line number 75:

xed --line 75 {{path/to/file}}

See Also