snippetbashTip
shortcuts — Manage shortcuts. Note: You can also use the `Shortcuts` app. More information: <https://support.app
Viewed 0 times
commandcannoteclimanageshortcutsyou
macos
Problem
How to use the
shortcuts command: 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>.Solution
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 listPrint all shortcut folders:
shortcuts list --foldersOpen the specified shortcut (
Count holidays) in the Shortcuts editor:shortcuts view "{{Count holidays}}"Code Snippets
Run the specified shortcut (`Count holidays`)
shortcuts run "{{Count holidays}}"Print all shortcuts
shortcuts listPrint all shortcut folders
shortcuts list --foldersOpen the specified shortcut (`Count holidays`) in the Shortcuts editor
shortcuts view "{{Count holidays}}"Context
tldr-pages: osx/shortcuts
Revisions (0)
No revisions yet.