2014-02-10 23:44:02 +00:00
|
|
|
# xed
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
> Opens files for editing in XCode.
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Open file(s) in XCode:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
|
|
|
`xed {{file1}}`
|
|
|
|
`xed {{/path/to/file1}} {{/path/to/file2}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Open file(s) in XCode, create if it doesn't exist:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
|
|
|
`xed -c {{filename1}}`
|
|
|
|
|
2016-01-07 17:31:27 +00:00
|
|
|
- Open a file in XCode and jump to line number 75:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
|
|
|
`xed -l 75 {{filename}}`
|