GothenburgBitFactory / task-timewarrior-hook

MIT License
4 stars 0 forks source link

Fix taskwarrior hook when tags are numeric values #6

Closed lauft closed 1 year ago

lauft commented 1 year ago

When tags are numeric (ex: 3148) the hook fails, because timewarrior treats it as a time value.

The above change prepends # to all numeric tags, so that timewarrior will be triggered by taskwarrior correctly when using numeric only tags (for example: issue ids automatically fetched with bugwarrior).

lauft commented 1 year ago

Migrated here from https://github.com/GothenburgBitFactory/timewarrior/pull/425

lauft commented 1 year ago

Closing this because https://github.com/GothenburgBitFactory/timewarrior/pull/425 was closed