generate weekly reports of my toggl entries.
utilizes toggl-api
which is a wrapper for the official HTTP Toggl API. report docs are useful!
i use this tool at the end of my work week to:
- review recorded time entries
- calculate total time spent for a given
tag
anduntagged
entries
duplicate sample.env
and provide the requisite information
- TR_TOGGL_API_TOKEN: Toggl API Token
- TR_OPT_USER_AGENT: Toggl email address
- TR_OPT_WORKSPACE_ID: Toggl Workspace ID
- TR_OPT_PROJECT_IDS: List of Toggl Project IDs separated by comma
- test
- add more reporting options