1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-10 06:25:25 +02:00
tldr/pages/osx/shortcuts.md
Managor 5305776d45
*: capitalize the first letter after "Note:" (#16226)
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
2025-05-04 05:15:17 +03: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}}"`