stejk/toggl2redmine

Toggl To Redmine sync CLI tool.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:composer-plugin

v1.0.1 2021-06-01 16:10 UTC

This package is auto-updated.

Last update: 2024-03-29 04:33:10 UTC


README

Toggl2Redmine is CLI utility to sync time entries to Redmine. This should be used together with

Basically if you have #[issue id] in description of time entry in Toggl and tag (see bellow) you will be able to sync it to Redmine.

But it is better to use plugins above. If you set it correctly you will get nice time entries. For more info see Redmine Time Tracking.

Instalation

Using Composer

composer global require stejk/toggl2redmine

Using wget

wget https://gitlab.com/jakub.stejskal2/toggl2redmine/-/raw/master/builds/toggl2redmine -O toggl2redmine
chmod a+x ./toggl2redmine
mv ./toggl2redmine /usr/local/bin/toggl2redmine

Run toggl2redmine and choose first option Set Toggl2Redmine and setup your API keys, and tag.

Usage

  • Run toggl2redmine and choose second option Sync Toggl to Redmine.
  • Choose date which you want to sync entries from. (Default: Today - 1 day)
  • Choose date which you want to sync entries to. (Default: Today + 1 day)