TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Timeglass – Fully Automated Time Tracking for Git Repositories, in Go

23 pointsby advanderveerabout 10 years ago

3 comments

advanderveerabout 10 years ago
Author here, I wanted to track how much time I spend on certain feature branches. Existing solutions either asked me to create yet another online account or required me activate/deactivate timers manually. When your internet is connection is flaky or you forget a timer once any estimations instantly become useless. I wanted something that was automatic and 100% offline, so this weekend I created “Timeglass”. It uses file monitoring and git hooks to make sure you’ll never forget to start or stop your timer ever again. Let me know what you think!
jasonmp85about 10 years ago
Though this will catch the obvious cases where you should be billing but aren&#x27;t while actively writing code, what about doing research or reading? Or code reviews? In a sufficiently complicated codebase, it might be the case that you&#x27;re reading and thinking a lot longer than you&#x27;re actively writing…<p>It is pretty neat to see the time spent actively writing each commit, though, and the file monitoring provides a better check than just looking at the delta between timestamps, so bravo for that!
评论 #9575283 未加载
评论 #9567150 未加载
carlsednaouiabout 10 years ago
Nice work on shipping! Gonna give this a go :)
评论 #9567155 未加载