Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.05 KB

toggl.md

File metadata and controls

49 lines (35 loc) · 1.05 KB

Toggl Track Integration

Enable plugin

Copy and paste this command in terminal

gnome-pomodoro-tracking --plugin toggl

Generate Your API Token:

Copy this command and replace TOKEN with your API token

gnome-pomodoro-tracking --token TOKEN

Start tracking

Before you start tracking, you need to set up a workspace and project. It is usually set up once. If don't set up, it will use the first workspace and project.

Workspaces, you can list and set using this command this command.

List

gnome-pomodoro-tracking --workspaces

Set

gnome-pomodoro-tracking --workspaces --set ID

Projects, you can list and set using this command this command. List

  gnome-pomodoro-tracking --projects

Set

  gnome-pomodoro-tracking --projects --set ID

For advanced CLI usage and customization, please refer to the guide: introducing.md