1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.ko/osx/shortcuts.md

22 lines
548 B
Markdown
Raw Normal View History

# 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}}"`