Toggl client for vimscript and vim.
Set your API token
let g:toggl_api_token = "b51ff78xxxxxxxxxxxxxxxxxxxxxxxxx"Set your workspace ID (optional) Note: If you don't set this, toggl.vim will default to your first workspace
let g:toggl_workspace_id = 987654321Start task
:TogglStart task name +project @tag1 @tag2Stop current task
:TogglStopThere are two sources:
:Unite toggl/taskwhich helps you to restart past time entries.
:Unite toggl/projectwhich helps you to change the project of current task.
MIT (see LICENSE file)