1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 19:02:09 +02:00
tldr/pages/osx/shortcuts.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

21 lines
504 B
Markdown

# shortcuts
> Manage shortcuts.
> Note: you can also use the `Shortcuts` app.
> More information: <https://support.apple.com/guide/shortcuts-mac/run-shortcuts-from-the-command-line-apd455c82f02/mac>.
- Run the specified shortcut (`Count holidays`):
`shortcuts run "{{Count holidays}}"`
- Print all shortcuts:
`shortcuts list`
- Print all shortcut folders:
`shortcuts list --folders`
- Open the specified shortcut (`Count holidays`) in the Shortcuts editor:
`shortcuts view "{{Count holidays}}"`