Skip to main content

Build an invoice with your tasks and hours worked from your commit messages

Project description

Keep track of your billable hours along with your commits. Gitime lets you build an invoice with your tasks and hours worked from your commit messages.

Read the docs for more details

Simple Usage

Set your hourly rate:

$ gitime set -r 50

Start a new invoice:

$ gitime invoice -n "Awesome Secret Project"

Time how long you’ve been working:

$ gitime timer start

Make a commit as you would normally, but on the commit step, use gitime instead of git:

$ git add feature.c
$ gitime commit -m "Added a really cool thing"
$ git push

Or, if you don’t like timers, record the time yourself with the --hours flag:

$ gitime commit -m "Proved Riemann Hypothesis" --hours 2

Look at your invoice:

$ gitime status
On invoice Awesome Secret Project
Total time worked: 3 hours
Total charges:     $150.00
Charges:
07-21-2014         1 hour          Added a really cool thing
07-22-2014         2 hours         Proved Riemann Hypothesis

When it’s time to bill, export your invoice to a spreadsheet. Currently, the only format available is csv. More formats are coming soon:

$ gitime export

Installation

You’ll need two things installed to use gitime:

  • Git, and an executable called git on your path

  • Python 2.7 (or Python 3.4)

Install the latest release with:

$ pip install gitime

Or install the development version with:

$ git clone https://github.com/jongoodnow/gitime.git
$ cd gitime
$ pip install -r requirements.txt
$ python setup.py install

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

gitime-1.0.1.tar.gz (12.2 kB view details)

Uploaded Source

File details

Details for the file gitime-1.0.1.tar.gz.

File metadata

  • Download URL: gitime-1.0.1.tar.gz
  • Upload date:
  • Size: 12.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for gitime-1.0.1.tar.gz
Algorithm Hash digest
SHA256 d144cfe082560ba242485fd1522f107f0e77f0fc1736627d2ff3cec604bc5b90
MD5 743cb9cb5aeeed20de4a79b2d51b3df8
BLAKE2b-256 bd6b769f638bee7653aaa26ea2b34cc2c0fc4f4335cccf012213d89729b180b4

See more details on using hashes here.

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