Gpomo is a pomodoro timer built using a client and server model. This allows for various frontends to be developed to
interact with the server. Communication between the client and the server is handled through a WebSocket connection.
This document covers gpomo-cli which is a command line client for the
gpomo-server.
Installing
Using the Go toolchain
To install using the Go toolchain, which will result in the binary being put in $GOPATH/bin run the following
command: