Compile your toggl from cli
##Install
Check the latest version from Releases.
wget https://github.com/fain182/togglo/releases/download/1.0.0/togglo
mv togglo /usr/local/bin
sudo chmod +x /usr/local/bin/togglo
Setup a ~/.togglo.json
file with the following contents (fill in your information):
{
"ApiToken": "",
"WorkspaceId": ""
}