osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)
This commit is contained in:
21
pages.ko/osx/shortcuts.md
Normal file
21
pages.ko/osx/shortcuts.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# shortcuts
|
||||
|
||||
> 바로 가기 관리.
|
||||
> 참고: `Shortcuts` 앱도 사용할 수 있습니다.
|
||||
> 더 많은 정보: <https://support.apple.com/guide/shortcuts-mac/run-shortcuts-from-the-command-line-apd455c82f02/mac>.
|
||||
|
||||
- 지정된 바로 가기 실행 (`Count holidays`):
|
||||
|
||||
`shortcuts run "{{Count holidays}}"`
|
||||
|
||||
- 모든 바로 가기 출력:
|
||||
|
||||
`shortcuts list`
|
||||
|
||||
- 모든 바로 가기 폴더 출력:
|
||||
|
||||
`shortcuts list --folders`
|
||||
|
||||
- 지정된 바로 가기를 Shortcuts 편집기에서 열기 (`Count holidays`):
|
||||
|
||||
`shortcuts view "{{Count holidays}}"`
|
Reference in New Issue
Block a user