Skip to content

A PySimpleGUI based GUI for timewarrior for quick time entry

Notifications You must be signed in to change notification settings

suidroot/TimeWarriorGUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.