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.

Ask HN: Best CLI time-tracking software?

8 pointsby koralatovover 11 years ago
I&#x27;m about to start some freelance work, and I&#x27;m looking for a CLI time-tracking program. It doesn&#x27;t need to be hugely sophisticated, but ideally would have the following features:<p><pre><code> - Relatively easy to install on Mac OS X; - Well-documented; - Store its data in plain-text; - Produce output that lists date, with start and finish times and (even better if it can total up the time and then multiply total by my hourly rate); - Still be under active development&#x2F;maintenance.</code></pre>

4 comments

zachlattaover 11 years ago
I embarked on this same search a few months ago. Unfortunately, I never found something that met all of my requirements. I ended up going with Harvest (<a href="http://www.getharvest.com/" rel="nofollow">http:&#x2F;&#x2F;www.getharvest.com&#x2F;</a>). Harvest works well, until you want to do something that they don&#x27;t specifically account for, or if you want complete control over your data. It does integrate invoice creation nicely, which saves me some time.<p>If you find anything that matches your requirements, please let me know. I&#x27;ve been thinking of writing my own.
评论 #6671345 未加载
dubcanadaover 11 years ago
I made my own using a simple SQLite database with lua and Alfred. It works very well I just type start what ever to start a task and finish to stop.<p>I&#x27;ve spent pretty much a full day trying to find a suitable solution and besides the two listed there isn&#x27;t much.<p>There is a stackoverflow thread with more suggestions <a href="http://stackoverflow.com/questions/398344/best-commandline-time-tracking-application" rel="nofollow">http:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;398344&#x2F;best-commandline-t...</a>
throwmeaway2525over 11 years ago
I didn&#x27;t end up trying it, but I thought this looked good (and appears to be recently maintained):<p><a href="https://github.com/samg/timetrap/" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;samg&#x2F;timetrap&#x2F;</a>
barrie57over 11 years ago
Have a look at arbtt. <a href="http://darcs.nomeata.de/arbtt/doc/users_guide/" rel="nofollow">http:&#x2F;&#x2F;darcs.nomeata.de&#x2F;arbtt&#x2F;doc&#x2F;users_guide&#x2F;</a>