A tool for parsing Toggl time entry data and producing a heatmap csv. The output can be written to a csv file and presented as required.
The app is published as a dotnet SDK 2.1 tool. This requires dotnet sdk version 2.1 to be installed to install this and run this tool.
# install globally
dotnet tool install -g TogglHeatmap --version 1.0.0
# install into a local folder
dotnet tool install TogglHeatmap --version 1.0.0 --tools-path tools
To run, simply use the command:
# if installed globally, this should just be available on your path
TogglHeatmap <args>
# if installed into a tools path, you can run it from there.
.\tools\TogglHeatmap <args>