Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Web Activity Time Tracker | 394 | 10 days ago | 58 | mit | JavaScript | |||||
Chrome Extension that tracks and limits time you spent on sites | ||||||||||
Utt | 272 | 6 days ago | 30 | January 16, 2021 | 3 | gpl-3.0 | Python | |||
Ultimate Time Tracker - A simple command-line time tracker written in Python | ||||||||||
Arbtt | 228 | 9 months ago | 50 | gpl-2.0 | Haskell | |||||
arbtt, the automatic rule-based time-tracker | ||||||||||
Redmine_time_tracker | 204 | 7 years ago | 24 | other | Ruby | |||||
A time tracker plugin for Redmine | ||||||||||
Timetracker | 174 | 7 days ago | 17 | other | PHP | |||||
Simple, easy to use, open source time tracking system. | ||||||||||
Life Time Tracker | 138 | 7 years ago | 9 | JavaScript | ||||||
个人时间跟踪,可视化个人活动数据,管理个人生活,利用过去来指导未来,基于柳比歇夫的统计方法 | ||||||||||
Ti | 113 | 5 years ago | 16 | Python | ||||||
A simple command line time tracker | ||||||||||
Youtube_time_tracker | 83 | 3 years ago | 5 | mit | JavaScript | |||||
Chrome Extension that tracks time you spent on Youtube. | ||||||||||
Redminetimetracker | 77 | 6 years ago | 9 | mit | CoffeeScript | |||||
Chrome/Electron app for tracking work time. | ||||||||||
Redmine_hourglass | 70 | 3 months ago | 30 | other | Ruby | |||||
New Redmine plugin to enhance the time tracking abilities, reports and REST-API. |
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