fabiomix / timebook

Simple webapp for tracking how you spend your time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Timebook

Simple Flask application for tracking how you spend your time, slightly inspired by Traggo - a tag-based time tracking tool.

Features

  • time tracking based on free text description, end-time and duration
  • list timespans by date, or show all
  • generic "Archived" status, to mark already reported/invoiced/whatever records

Virtual environment

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

Run the application

flask run --host=0.0.0.0 --debug

Command-line interface

flask cli --help
flask cli time-delete --help
flask cli time-prune --help

Credits

CSS style based on ajusa/lit, a ridiculously small responsive css framework.

About

Simple webapp for tracking how you spend your time

License:MIT License


Languages

Language:Python 47.7%Language:HTML 42.9%Language:CSS 9.5%