osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
24
pages.ko/osx/cot.md
Normal file
24
pages.ko/osx/cot.md
Normal file
@@ -0,0 +1,24 @@
|
||||
# cot
|
||||
|
||||
> macOS용 텍스트 편집기.
|
||||
> 더 많은 정보: <https://coteditor.com/>.
|
||||
|
||||
- CotEditor 시작:
|
||||
|
||||
`cot`
|
||||
|
||||
- 특정 [f]파일 열기:
|
||||
|
||||
`cot {{경로/대상/파일1 경로/대상/파일2 ...}}`
|
||||
|
||||
- 빈 문서 열기:
|
||||
|
||||
`cot --new`
|
||||
|
||||
- 특정 [f]파일을 열고 닫힐 때까지 터미널 차단:
|
||||
|
||||
`cot --wait {{경로/대상/파일}}`
|
||||
|
||||
- 특정 [f]파일을 열고 커서를 특정 행과 열에 위치시키기:
|
||||
|
||||
`cot --line {{1}} --column {{80}} {{경로/대상/파일}}`
|
Reference in New Issue
Block a user