Skip to main content

A simple automatic worklog tracking tool

Project description

How to install:

Just run pip install worklogi.

How to use:

You can combine this with m and git hooks to automatically log your work.

You can create the following hooks:

post-checkout

#!/bin/fish

echo checkout | worklogi add-entry (m git branch) > /dev/null

post-commit

#!/bin/fish

git log -1 --oneline --format=%s | sed 's/^.*: //' | worklogi add-entry (m git branch)

How to browse:

Just run worklogi browse

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

worklogi-0.2.1.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

worklogi-0.2.1-py3-none-any.whl (11.1 kB view hashes)

Uploaded Python 3

Supported by

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