Move pages back into a "pages" folder
This commit is contained in:
16
pages/osx/xed.md
Normal file
16
pages/osx/xed.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# xed
|
||||
|
||||
> Opens files for editing in XCode
|
||||
|
||||
- Open file(s) in XCode
|
||||
|
||||
`xed {{file1}}`
|
||||
`xed {{/path/to/file1}} {{/path/to/file2}}`
|
||||
|
||||
- Open file(s) in XCode, create if it doesn't exist
|
||||
|
||||
`xed -c {{filename1}}`
|
||||
|
||||
- Open a file in XCode and jump to line number 75
|
||||
|
||||
`xed -l 75 {{filename}}`
|
Reference in New Issue
Block a user