Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 695 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 695 Bytes

togglo

Build Status Coverage Status

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": ""
}

Usage

Imgur