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