This is a script to provide a simple GUI to the TimeWarrior CLI application, allowing to add and stop time trackers.
- Allows to start, stop, rename, coninue and delete tasks
- Rename tag on a task
- Integration with iCalBuddy to simplify Meeting tracking on Macs
- Does not support multiple tags on a task, will only uses first Tag on a task as name
- Install requirements:
pip3 install -r requirements.txt
- Clone current version or download release
- To execute run following command from location of files
python3 main.py
There are various configuration options in the config.py
file to customize the UI or location of the executable.