mirror of https://github.com/CrimsonTome/tldr.git
17 lines
286 B
Markdown
17 lines
286 B
Markdown
# 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}}`
|