mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 19:17:58 +01:00
282 B
282 B
xed
Opens files for editing in XCode
- Open file(s) in XCode
xed {{file1}}
xed {{/path/to/file1}} {{/path/to/file2}}
- Open file(s) in XCode, create if it doesn't exist
xed -c {{filename1}}
- Open a file in XCode and jump to line number 75
xed -l 75 {{filename}}