crossbone-magister / tag-total

A Timewarrior extension to calculate total time spent on each tag.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tag Total Timewarrior extension

This Timewarrior extension calculates the total time registered on each tag for the closed intervals received in the input. If an interval has more than one tag, the duration of the interval will be added to all the tags. Total time is printed out in descending order, from highest to lowest.

Installation

  1. Download the latest executable for your operating system from the releases page.
  2. Add it to the Timewarrior extension folder as described in the documentation.
  3. Verify that the extension is active and installed by running timew extensions.

Usage

In a terminal window, run timew tag-total. An example output could be:

tag1          - 50h  5m  0s
very-long-tag -  3h  0m 10s
tag2          -  0h 55m  0s

About

A Timewarrior extension to calculate total time spent on each tag.

License:Apache License 2.0


Languages

Language:Go 97.7%Language:Nix 2.3%