togglcsv
togglcsv copied to clipboard
Toggl⥃CSV is a command line utility for Windows, Mac OS and Linux that imports or exports time reports to and from a Toggl account via CSV files
Hi there, I am having trouble installing togglcsv (see code below). I am not well-versed with go and wanted to ask whether there is an easy fix for the problem...
When I run the command `togglcsv` I get this error: `./togglcsv export 35xxxxxxxxxxxxx2b 2022-10-25` ```Start,Stop,Workspace Name,Project Name,Client Name,Tag(s),Description Error: Failed to retrieve time records between "2022-10-25 00:00:00 +0000 UTC" and...
This may be showing up my ignorance of go package installation, but perhaps you can clarify. If I do `make install` as user I see this: ``` nick.booker@dev-03:~/src/togglcsv [j:0 h:31864]...
so Toggl time already allows export to CSV from the "Reports" tab, but they only allow exports for time ranges up to year. I thought this tool would help me...