Gitpaid

The programmer's time tracker
Alternatives To Gitpaid
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Web Activity Time Tracker394
10 days ago58mitJavaScript
Chrome Extension that tracks and limits time you spent on sites
Utt272
6 days ago30January 16, 20213gpl-3.0Python
Ultimate Time Tracker - A simple command-line time tracker written in Python
Arbtt228
9 months ago50gpl-2.0Haskell
arbtt, the automatic rule-based time-tracker
Redmine_time_tracker204
7 years ago24otherRuby
A time tracker plugin for Redmine
Timetracker174
7 days ago17otherPHP
Simple, easy to use, open source time tracking system.
Life Time Tracker138
7 years ago9JavaScript
个人时间跟踪,可视化个人活动数据,管理个人生活,利用过去来指导未来,基于柳比歇夫的统计方法
Ti113
5 years ago16Python
A simple command line time tracker
Youtube_time_tracker83
3 years ago5mitJavaScript
Chrome Extension that tracks time you spent on Youtube.
Redminetimetracker77
6 years ago9mitCoffeeScript
Chrome/Electron app for tracking work time.
Redmine_hourglass70
3 months ago30otherRuby
New Redmine plugin to enhance the time tracking abilities, reports and REST-API.
Alternatives To Gitpaid
Select To Compare


Alternative Project Comparisons
Readme

Git Paid, the programmer's time tracker

Git Paid is a console time tracking program that stores work logs in Git. Currently, it assumes begin and end commits are accurate in time and uses this to generate an invoice. In the future, user-supplied billable hours will be supported.

See gpbegin(1), gpend(1), and gpinvoice(1) for more details if this example isn't enough for you.

$ gpbegin -b client-name
$ ...
$ gpend -b client-name -m "Shaved the yak."
$ gpbegin -b client-name
$ gpend -b client-name -t 1:45 -m "Faked the time."
$ gpinvoice -b client-name
# Invoice

Thu Jan  6 18:27:32 UTC 2011
from client-name branch of /home/vagrant/.gitpaid

## Work log

Began: Thu, 6 Jan 2011 16:17:29 +0000

> Shaved the yak.

Ended: Thu, 6 Jan 2011 17:47:42 +0000
Billed time: 1:30

Began: Thu, 6 Jan 2011 18:27:23 +0000

> Faked the time.

Ended: Thu, 6 Jan 2011 18:27:25 +0000
Billed time (adjusted): 1:45

## Summary

Total billed time: 3:15
Popular Tracker Projects
Popular Time Projects
Popular Networking Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Shell
Git
Commit
Time
Tracker
Invoice