Created
July 6, 2015 07:06
-
-
Save maxwofford/f7b6e32a8aabb2eb1148 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TIME_IN_MILLISECONDS=$(curl -s -u $TOGGL_TOKEN:api_token -X GET "https://toggl.com/reports/api/v2/summary/[email protected]&since=$(date +%Y-%m-%d -d '7 days ago')&workspace_id=$TOGGL_WORKSPACE_ID&project_id=$TOGGL_PROJECT_ID" | jq '.data[0].time') | |
echo $(($TIME_IN_MILLISECONDS / 3600000)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment