TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

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

23 点作者 advanderveer将近 10 年前

3 条评论

advanderveer将近 10 年前
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!
jasonmp85将近 10 年前
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 未加载
carlsednaoui将近 10 年前
Nice work on shipping! Gonna give this a go :)
评论 #9567155 未加载