toggl CLI Client, written in Golang.
toggl is a time tracking web application. This program will let you use the toggl in CLI.
$ toggl --help
NAME:
toggl - Toggl API CLI Client
USAGE:
toggl [global options] command [command options] [arguments...]
VERSION:
0.4.0
AUTHOR(S):
sachaos <[email protected]>
COMMANDS:
start Start time entry
stop End time entry
current Show current time entry
workspaces Show workspaces
projects Show projects on current workspaces
local Set current dir workspace
global Set global workspace
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--cache
--help, -h show help
--version, -v print the version
To install, use go get
:
$ go get github.com/sachaos/toggl
When you run toggl
first time, you will be asked your toggl API token.
Please input toggl API token and register it.