osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
24
pages.ko/osx/mate.md
Normal file
24
pages.ko/osx/mate.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# mate
|
||||
|
||||
> macOS용 범용 텍스트 편집기.
|
||||
> 더 많은 정보: <https://macromates.com/>.
|
||||
|
||||
- TextMate 시작:
|
||||
|
||||
`mate`
|
||||
|
||||
- 특정 파일 열기:
|
||||
|
||||
`mate {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- 파일의 파일 유형 지정:
|
||||
|
||||
`mate --type {{파일유형}} {{경로/대상/파일}}`
|
||||
|
||||
- 특정 파일을 열고 편집이 완료될 때까지 대기:
|
||||
|
||||
`mate --wait {{경로/대상/파일}}`
|
||||
|
||||
- 파일을 열고 특정 줄과 열에 커서를 위치시키기:
|
||||
|
||||
`mate --line {{줄_번호}}:{{열_번호}} {{경로/대상/파일}}`
|
Reference in New Issue
Block a user