HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

shortcuts — Manage shortcuts. Note: You can also use the `Shortcuts` app. More information: <https://support.app

Submitted by: @import:tldr-pages··
0
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 list


Print all shortcut folders:
shortcuts list --folders


Open 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 list

Print all shortcut folders

shortcuts list --folders

Open the specified shortcut (`Count holidays`) in the Shortcuts editor

shortcuts view "{{Count holidays}}"

Context

tldr-pages: osx/shortcuts

Revisions (0)

No revisions yet.