2022-04-15 03:11:42 +02:00
|
|
|
# shortcuts
|
|
|
|
|
2023-07-16 19:23:40 +02:00
|
|
|
> Manage shortcuts.
|
2025-05-04 05:15:17 +03:00
|
|
|
> Note: You can also use the `Shortcuts` app.
|
2022-04-15 03:11:42 +02:00
|
|
|
> 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}}"`
|