Hi, I'm trying to call named triggers from the CLI but without success... I have enabled the command-line BTT sockect server and restarted BTT (and even the computer).
While the socket server seams to be up and running, BTT does not react to any command. For example:
running ./bttcli display_notification "Hello from BTT" title="Notification Title" returns "displayed" but no notification shows up.
running ./bttcli trigger_named "test" returns nothing and the actual named trigger never fires up
running ./bttcli is_app_running "Finder" or any other app name always returns 0.
I've made sure BTT has all permissions enabled and that "Allow external BetterTouchTool Scripting" setting is enabled.
I'm I missing something that isn't documented that could prevent BTT from executing commands?
I searched the forum before posting but haven't found anything related to my issue.
I'm running an M1 Macbook Pro with macOS 15.7.4, BTT v.6.594
Thanks in advance for any help!