stejk / toggl2redmine
Toggl To Redmine sync CLI tool.
v1.0.1
2021-06-01 16:10 UTC
Requires
- php: ^7.3|^8.0
- guzzlehttp/guzzle: ^6.5.5
- illuminate/http: ^8.0
- laminas/laminas-text: ^2.8
- laravel-zero/framework: ^8.8
- nunomaduro/laravel-console-menu: ^3.2
Requires (Dev)
- mockery/mockery: ^1.4.3
- pestphp/pest: ^1.3
This package is auto-updated.
Last update: 2025-03-01 00:48:18 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 optionSync 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
)