It would be nice if TogglDesktop could be directly accessed with Apple Script. TogglDesktop can't be opened with 鈥濷pen Dictionary" in the script editor:
This would be awesome as it would allow programming a mac os touchbar widget in better touchtool for starting, stopping and viewing the current timer
I second/third this feature request. My intentions are _roughly_ the same as @martsie鈥攖o script a touchbar widget with bettertouchtool (specifically for seeing the current running time entry description and elapsed time).
In the meantime, I may implement something similar using the Toggl API, but I imagine an AppleScript approach would be more simple and direct (on the user side, of course).
HI @andyconlin, I just created a simple script for node that displays current entry from toggl and allows you to stop and start it. You can check it out here https://www.npmjs.com/package/btt-toggl.
@Nevermole this is awesome! I didn't expect it to be so easy to install. Great idea about copying and pasting the BTT JSON on npm install
Most helpful comment
This would be awesome as it would allow programming a mac os touchbar widget in better touchtool for starting, stopping and viewing the current timer