Skip to main content

Aggregate local work activity from Gemini, Claude, Cursor, OpenAI Codex IDE, Chrome, Mail, worklog, optional GitHub public activity, and optional Screen Time.

Project description

Gittan bee logo

Gittan

Timelog Extract

Local time reports from how you actually work.

Python 3.9+ License: GPL-3.0 PyPI package

Your day leaves traces—IDE, browser, mail, commits, worklog. Gittan turns those signals into project hours and optional invoice PDFs, without sending your raw activity to our servers by default. Everything runs local-first; you stay in control.


Install

You need Python 3.9+. If pip is awkward on your machine, prefer python3 -m pip (common on macOS).

Fast path: install the CLI with pipx so gittan is on your PATH:

brew install pipx && pipx ensurepath
# open a new shell, then:
pipx install timelog-extract
gittan -V

Homebrew (optional): when a maintainer tap is published, the preferred demo line is brew tap <org>/gittan && brew install gittan then gittan -V. Until then, use pipx above. Setup and formula notes: docs/runbooks/homebrew-tap.md.

Other install paths

pip install --user — scripts may land outside your default PATH. Add the user-level bin for that Python install (OS-specific; python3 -m site --user-base helps locate it), or run gittan doctor after install for hints.

python3 -m pip install --user timelog-extract

Virtualenv

python3 -m venv .venv && source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install timelog-extract

From source

git clone https://github.com/mbjorke/timelog-extract.git
cd timelog-extract
python3 -m pip install -e .
gittan -V

Maintainers: release steps — docs/runbooks/versioning.md.


First run

Use a git checkout (usually the repo root) so TIMELOG.md lands where you expect:

  1. gittan doctor — see what collectors can see on this machine.
  2. gittan setup — wire optional hooks and timelog_projects.json (--dry-run / --interactive if you want previews).
  3. gittan report --today --source-summary — your first real report from real traces.

Projects config default path (--projects-config when omitted):

  1. GITTAN_PROJECTS_CONFIG if set (full path to config file).
  2. Else $GITTAN_HOME/timelog_projects.json if GITTAN_HOME is set.
  3. Else timelog_projects.json in current working directory if that file already exists (legacy compatibility).
  4. Else ~/.gittan-<user>/timelog_projects.json automatically (zero-config default).

You usually do not need to set any env vars; defaults are automatic per user.

Where TIMELOG.md is resolved (same order as AGENTS.md and CONTRIBUTING.md):

  1. --worklog PATH if you pass it.
  2. Else the top-level worklog field in timelog_projects.json, if set.
  3. Else TIMELOG.md in the current working directory, if that file exists.
  4. Else <current_repo_root>/TIMELOG.md, with <current_repo_root> from Git (git rev-parse --show-toplevel) when you are inside a repository, otherwise the current directory.

Commands you’ll use

Goal Command
Interactive report (asks for dates if you omit them) gittan report
Today / last week / range gittan report --today · --last-week · --from YYYY-MM-DD --to YYYY-MM-DD
Clean up uncategorized time gittan review --today --uncategorized
Quick totals gittan status --today
Collector status gittan sources
Edit project rules gittan projects
Show active config path/source gittan config path
Repo-wide git → worklog hooks gittan setup-global-timelog

JSON / HTML export (for scripts or archiving):

gittan report --today --format json
gittan report --from YYYY-MM-DD --to YYYY-MM-DD --format json --json-file out/truth.json --report-html out/report.html

out/ is local output (gitignored by default). Optional GitHub activity: set GITHUB_USER / --github-user, optional GITHUB_TOKEN — details in docs/sources/sources-and-flags.md.


Timelog vs config

TIMELOG.md Human-readable journal; safe to treat as a diary.
timelog_projects.json Machine rules; back it up. Setup writes timestamped backups before replacing broken JSON.

Troubleshooting

Symptom Where to look
gittan not found PATH (pipx ~/.local/bin, or pip --user bin); then gittan doctor.
No events / empty sources docs/sources/sources-and-flags.md
Bad or missing config gittan setup · backups timelog_projects.backup-*.json
Permissions / paths --worklog, browser DB access, Mail / Screen Time
Global hooks docs/runbooks/global-timelog-setup.md

Documentation

Layered docs so you can go shallow or deep:


Contributing · tests · license

If you want to change the tool, start with CONTRIBUTING.md — it covers branch names, English PR titles and descriptions, and what to run locally before review.

  • Branch like this: short-lived task/<scope> from main, then open a PR — spelled out in BRANCH.md.
  • Understand CI: what GitHub runs on every push is in docs/runbooks/ci.md.
  • Match CI before you push: bash scripts/run_autotests.sh from the repository root.
  • Deeper rules for humans and agents: AGENTS.md — timelog policy, push gates, review cadence.
  • License: GNU GPL-3.0-or-later — copyleft; share improvements on the same terms.
  • What shipped when: CHANGELOG.md.
  • Logos, favicon, social preview: docs/brand/README.md for maintainers building assets from canonical marks.

Feedback

Questions and rough edgesGitHub Discussions. Bugs you can reproduceIssues.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

timelog_extract-0.2.14.tar.gz (232.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

timelog_extract-0.2.14-py3-none-any.whl (206.0 kB view details)

Uploaded Python 3

File details

Details for the file timelog_extract-0.2.14.tar.gz.

File metadata

  • Download URL: timelog_extract-0.2.14.tar.gz
  • Upload date:
  • Size: 232.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for timelog_extract-0.2.14.tar.gz
Algorithm Hash digest
SHA256 90c5ac454343faba0831b5d7b891349cb89a48cab89dc7dc62a01d258664ac68
MD5 c7f569dbca98cddc487f63aff1872ee0
BLAKE2b-256 9e3f1d335c6112774a4ee52e0878488ac4e887086fc285aca0745b5c7474c390

See more details on using hashes here.

Provenance

The following attestation bundles were made for timelog_extract-0.2.14.tar.gz:

Publisher: pypi.yml on mbjorke/timelog-extract

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file timelog_extract-0.2.14-py3-none-any.whl.

File metadata

File hashes

Hashes for timelog_extract-0.2.14-py3-none-any.whl
Algorithm Hash digest
SHA256 df44b5110edd1db7ded6996a34660ff3b1ab9ad6d28d6190f68efca4a9b8f8c0
MD5 fd813ae1ae99e4273571d3f74f46681f
BLAKE2b-256 d6b99fd685f27bd01f7ddab36bf99edb128ecc449c6433968daba8d512b22f18

See more details on using hashes here.

Provenance

The following attestation bundles were made for timelog_extract-0.2.14-py3-none-any.whl:

Publisher: pypi.yml on mbjorke/timelog-extract

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page