2014-02-10 23:44:02 +00:00
|
|
|
# xed
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> Opens files for editing in Xcode.
|
2024-01-31 10:20:27 +00:00
|
|
|
> More information: <https://keith.github.io/xcode-man-pages/xed.1.html>.
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Open file in Xcode:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`xed {{path/to/file1 path/to/file2 ...}}`
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Open file(s) in Xcode, create if it doesn't exist:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`xed --create {{path/to/file1 path/to/file2 ...}}`
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
- Open a file in Xcode and jump to line number 75:
|
2014-02-10 23:44:02 +00:00
|
|
|
|
2024-01-31 03:55:19 +00:00
|
|
|
`xed --line 75 {{path/to/file}}`
|