diff --git a/pages/osx/shortcuts.md b/pages/osx/shortcuts.md new file mode 100644 index 0000000000..7a1cfb9e09 --- /dev/null +++ b/pages/osx/shortcuts.md @@ -0,0 +1,20 @@ +# shortcuts + +> Manage shortcuts from the command-line instead of the `Shortcuts` app. +> More information: . + +- 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}}"`