osx/terminal-notifier: fix typo, osx/*: add Korean translation (#14758)

This commit is contained in:
코드싸이
2024-11-12 04:54:15 +09:00
committed by GitHub
parent 3c745bfaae
commit f5003bb990
202 changed files with 3796 additions and 1 deletions

21
pages.ko/osx/shortcuts.md Normal file
View 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}}"`