mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
5305776d45
Co-authored-by: Machiavelli <145562237+MachiavelliII@users.noreply.github.com>
504 B
504 B
shortcuts
Manage shortcuts. Note: You can also use the
Shortcutsapp. 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}}"