Metadata-Version: 2.1
Name: worktimething
Version: 0.1.7
Summary: A simple cli tool to record time spent on tasks.
Home-page: https://github.com/theSage21/worktime
Author: arjoonn sharma
Author-email: arjoonn.94@gmail.com
Requires-Python: >=3.6,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.2,<8.0.0)
Project-URL: Repository, https://github.com/theSage21/worktime
Description-Content-Type: text/x-rst

WorkTimeThing
=============

Simple task time tracker::

    alias wtt='python3 -m worktimething'
    wtt b 141
    wtt b 142
    wtt e 142
    wtt b 143
    wtt  # shows a summary
    141 :   4h 49m
    142 :   2h 55m
    143 : * 1h 20m
    --------------------
    TOTAL :   9h 5m
    wtt a 141 5h3m  # Add time manually
    wtt s 141 2h30m  # Subtract time manually


Then get summaries in Jira work log format so that you don't have to worry about those any longer.

