Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 498 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 498 Bytes

TimeLog - Time keeper app

Small PyQt5 tray App to keep track of time spent on different client/project tasks Stores time logs in a csv file in ~/.local/share/TimeLog (configurable via config file)

Tested on OsX, should work the same on linux, probably Windows, although storage path may need to be reconfigured.

Changelog

V0.1

  • Initial release

V0.2

  • Changed default directory to ~/Documents/TimeLog
  • Added template app skeleton
  • Added support for project notes

TODO: