mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 03:15:22 +02:00
shortcuts: add page (#7935)
This commit is contained in:
parent
9c115e834f
commit
0b6c476d27
1 changed files with 20 additions and 0 deletions
20
pages/osx/shortcuts.md
Normal file
20
pages/osx/shortcuts.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
# shortcuts
|
||||
|
||||
> Manage shortcuts from the command-line instead of 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}}"`
|
Loading…
Add table
Reference in a new issue