suidroot / TimeWarriorGUI

A PySimpleGUI based GUI for timewarrior for quick time entry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A PySimpleGUI based GUI for timewarrior for quick time entry


Languages

Language:Python 99.7%Language:Shell 0.3%