Earlier quoted context omitted.
You can find instructions in the README here: https://github.com/sourcegraph/thyme . But to summarize: 0. Install Go ( https://golang.org/doc/install?download=go1.7.darwin-amd64.p... ) 1. `go get -u github.com/sourcegraph/thyme/cmd/thyme` 2. `thyme dep` 3. Follow the instructions printed by `thyme dep`
For those on OSX, using Homebrew to install go is a far nicer experience, in addition to making it easier to keep things up-to-date. http://brew.sh then `brew install go` will move you past step 0, although I somehow thought one had to specify a `GOPATH` in order to use `go get`: $ go get -u github.com/sourcegraph/thyme/cmd/thyme package github.com/sourcegraph/thyme/cmd/thyme: cannot download, $GOPATH not set. For mo…
Show HN: Thyme, a simple CLI to measure human time and focus
11–20 of 21 posts
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#12Earlier quoted context omitted.
You can find instructions in the README here: https://github.com/sourcegraph/thyme . But to summarize: 0. Install Go ( https://golang.org/doc/install?download=go1.7.darwin-amd64.p... ) 1. `go get -u github.com/sourcegraph/thyme/cmd/thyme` 2. `thyme dep` 3. Follow the instructions printed by `thyme dep`
For those on OSX, using Homebrew to install go is a far nicer experience, in addition to making it easier to keep things up-to-date. http://brew.sh then `brew install go` will move you past step 0, although I somehow thought one had to specify a `GOPATH` in order to use `go get`: $ go get -u github.com/sourcegraph/thyme/cmd/thyme package github.com/sourcegraph/thyme/cmd/thyme: cannot download, $GOPATH not set. For mo…
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#13How do you install it on Mac OSX?
You can find instructions in the README here: https://github.com/sourcegraph/thyme . But to summarize: 0. Install Go ( https://golang.org/doc/install?download=go1.7.darwin-amd64.p... ) 1. `go get -u github.com/sourcegraph/thyme/cmd/thyme` 2. `thyme dep` 3. Follow the instructions printed by `thyme dep`
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#14Is there a similar tool for windows?
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#15I'm excited to try this out. It'll be fun to compare to some of the data I get by using RescueTime[1]. [1] - https://www.rescuetime.com/
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#16Re: Show HN: Thyme, a simple CLI to measure human time and focus
#17Obviously, that could sometimes be deeply annoying but there'd be plenty of times I'd like a calm push to focus and to stop switching about!
Of course detecting that sort of behaviour effectively would be a non-trivial task but it strikes me as pretty helpful.
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#18This looks much more polished though, so it may be time for a switch!
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#19Creator of Thyme here. I made it track my own application usage and find possible interventions to boost my productivity. Happy to answer any questions and hope you find it useful!
Also, is the name a reference to this xkcd? It's the first thing I thought of when seeing the name. https://xkcd.com/282/
Re: Show HN: Thyme, a simple CLI to measure human time and focus
#20kindly add remarks that this is not compatible with windows