I always like the awareness app on OSX.
When I switched to Linux, I couldn't find something that is similar to it so I decided to build it myself using go.
Note: I haven't quite figured out how to distribute the binary out yet. Do contact me if you want me to build it for you.
# To run
~ pkger # builds pkged.go
~ go run main.go counter.go pkged.go
# To build
~ pkger
~ go build # go-ting-tong binary should be generated
Everyone is encouraged to help improve this project. Here are a few ways you can help:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features