2014-02-10 23:44:02 +00:00
|
|
|
# xed
|
|
|
|
|
2021-05-20 21:13:41 +01:00
|
|
|
> Opens files for editing in Xcode.
|
2022-02-14 11:21:43 +00:00
|
|
|
> More information: <https://www.manpagez.com/man/1/xed/>.
|
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
|
|
|
|
|
|
|
`xed {{file1}}`
|
|
|
|
|
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
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`xed --create {{filename1}}`
|
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
|
|
|
|
2022-02-14 11:21:43 +00:00
|
|
|
`xed --line 75 {{filename}}`
|