.toggl-cli
file in the home directory. The file should contain the following:
toggl:
token: <your_api_token>
workspace_id: <your_workspace_id>
The configuration can be generated using the toggl-cli config
command.
The token can be obtained from the Toggl website.
toggl-cli workspaces
- List all workspacestoggl-cli start
- Start a new time entrytoggl-cli current
- Show the current time entrytoggl-cli continue
- Continue the last time entrytoggl-cli stop
- Stop the current time entrytoggl-cli history
- List time entriestoggl-cli projects
- List projectstoggl-cli www
- Open the Toggl websitetoggl-cli config
- Generate config for the CLI tool