 
  
A Raycast extension that lets you control the Timeular tracker.
apiTokenPlease provide apiToken in the extension preferences. To create a new client id and secret, do the following:
curl:
curl -X POST \
  -H 'Content-Type: application-json' \
  -d '{ "apiKey": "{{API_KEY}}", "apiSecret": "{{API_SECRET}}" }' \
  https://api.timeular.com/api/v3/developer/sign-in
{{API_KEY}} and {{API_SECRET}}.