Plus précisément, je voudrais pouvoir contrôler Focus de manière programmatique, je pensais pouvoir le déclencher via un raccourci mais je n'ai rien trouvé.
Réponses
Trop de publicités?
TN.
Points
3450
Selon la documentation officielle Si vous disposez d'un raccourci nommé "Focus", vous pouvez simplement le déclencher en exécutant la commande
shortcuts run Focus
J'ai juste testé avec succès sur MacOS Monterey 12.0.1 (c'est zsh mais bash ne devrait pas être différent).
benwiggy
Points
21125
Il existe un shortcuts
qui permet d'exécuter des raccourcis. Voir aussi man shortcuts
pour plus de détails :
NAME
shortcuts – Command-line utility for running shortcuts.
SYNOPSIS
shortcuts run shortcut-name [--input-path input-path ...] [--output-path output-path ...] [--output-type output-type]
shortcuts list [--folder-name folder-name] [--folders]
shortcuts view shortcut-name
shortcuts sign [--mode mode] --input input --output output
DESCRIPTION
The shortcuts command is used to run, list, view or sign shortcuts. To create or edit a shortcut, use the Shortcuts application.