Ask HN: Best CLI time-tracking software?
I'm about to start some freelance work, and I'm looking for a CLI time-tracking program. It doesn't need to be hugely sophisticated, but ideally would have the following features:
- 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/maintenance.
5 comments
[ 2.8 ms ] story [ 22.1 ms ] threadIf you find anything that matches your requirements, please let me know. I've been thinking of writing my own.
gem install hcl
I haven't used it in a few years, so I don't know how well it works in Ruby 1.9.x / Ruby 2.0, but it was pretty nice.
https://github.com/samg/timetrap/
I've spent pretty much a full day trying to find a suitable solution and besides the two listed there isn't much.
There is a stackoverflow thread with more suggestions http://stackoverflow.com/questions/398344/best-commandline-t...