Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 893 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 893 Bytes

TimeWarriorGUI

This is a script to provide a simple GUI to the TimeWarrior CLI application, allowing to add and stop time trackers.

Features

  • Allows to start, stop, rename, coninue and delete tasks
  • Rename tag on a task
  • Integration with iCalBuddy to simplify Meeting tracking on Macs

Limitation

  • Does not support multiple tags on a task, will only uses first Tag on a task as name

image

Install and Run

  1. Install requirements:
pip3 install -r requirements.txt
  1. Clone current version or download release
  2. To execute run following command from location of files
python3 main.py

Configuration

There are various configuration options in the config.py file to customize the UI or location of the executable.