gnome-pomodoro / gnome-pomodoro-tracking

Connect your Pomodoros to popular time tracking services (@odoo, @clockify, @toggl).
MIT License
25 stars 6 forks source link

Allow adding tags and specify the default entry name #17

Closed sojusnik closed 2 years ago

sojusnik commented 3 years ago

It would be helpful, if you could also specify a tag that will be added to an entry. This option could be added, when configuring a plugin.

By having a tag added to an entry, one could easily see all entries in Toggl, that were added by using Gnome-Pomodoro. This is useful, if one is not solely using Gnome-Pomodoro, but Toggl on other devices, as on Android, for example.

Defining the name of an entry, at the moment all entries are called Pomodoro, would also be useful.

josehbez commented 2 years ago

The last version the plugin Toggle support tags & each Pomodoro Stop not restart name,

sojusnik commented 2 years ago

Just updated, adding tags now works, but what do you mean by?

each Pomodoro Stop not restart name

josehbez commented 2 years ago

Before when you ran gnome-pomodoro-tracking --name "Time Entry name", it would put the name of the current Pomodoro and when the timer finished it would remove the name of the entry and you had to rerun gnome-pomodoro-tracking --name " Time Entry name ".

In the new update you will only have to run once gnome-pomodoro-tracking -n "Time Entry Name" and use the name for future time entries.

each Pomodoro Stop not restart name

sojusnik commented 2 years ago

Thanks for clarifying!