Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 704 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 704 Bytes

toggl-reporter

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 and untagged entries

setup

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

todo

  • test
  • add more reporting options