Skip to content

DuneParkSoftware/TaskLogToMDReport

Repository files navigation

TaskLogToMDReport

Converts a TaskLog export CSV file into a simple Markdown report.

TaskLog is a very cool task tracking app by Fat Apps. Check it out!

Export from this:

TaskLog Window

to this:

TaskLog MD Report

Note: As of version 1.1.0, time percentages are included in the report.

This is very early-release software, and may contain unknown bugs.

Known limitations include:

  • Currently only compatible with TaskLog's Export duration format "00:00:00". Fixed by zpasternack. Thanks!!
  • Report task duration times are rounded, and there is currently no option to use exact durations.
  • Report task duration times are hour and minute only, with no option to display seconds.
  • The resulting Markdown report format is static; no templating support.
  • Tasks with the same name are grouped in the report, and their durations are aggregated. Currently there is not an option to disable this.
  • No option to output usage.

Usage:

> tasklog2md [-d] exportFile.csv [-o outputFile.md]

The resulting file can be opened in a Markdown-compatible viewer or editor, and converted to any other suitable format, such as PDF. The reports can also be archived, shared with collaborators, etc.

The -d option will cause the source file to be deleted after successful conversion to markdown.

> tasklog2md -v

Display version.

About

Converts TaskLog export CSV file into a simple Markdown report

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •