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