A docker image containing a toggl commandline utility.
308
This is a toggle command line utility. It is written in GO.
toggl account
This command prints information about your timezone, the number of workspaces you are subscribed to and the number of tags you have. Appending --time shows the currently running time entry ( if one )
With toggl project you can run command onh projects. You can use one of the following commands:
List shows a list of available projects, for each a line. The number in brackets is the project ID. A sample looks like this:
Project (2345234)
To create a new project you have to provide the project name with the --name flag.
To delete a project you have to provide the project name with the --name flag.
Use the verb time to handle starting and stopping rime tracking.
You have to provide the --desc flag as a description and you can provide the --project flag to set a project you are working on
Just call stop to stop working
This project uses go-toggl from https://github.com/jason0x43/go-toggl by downloading and changing the code. See get_toggl script
Content type
Image
Digest
Size
2.3 MB
Last updated
almost 10 years ago
docker pull briefbote/toggl