coddingtonbear / taskwarrior-pomodoro

Simple OSX tray application allowing you to use Pomodoro techniques with Taskwarrior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration question

anderamko opened this issue · comments

Hello there,

I'm trying to figure out how to work properly with pomodoro. Tasks are picked up correctly, and even they are updated properly, but it seems like pomodoro does not set the prefix appropriately. Any help is welcome.

I've attached my config file:

# [Created by task 2.5.1 9/22/2020 18:48:15]
# Taskwarrior program configuration file.
# For more documentation, see http://taskwarrior.org or try 'man task', 'man task-color',
# 'man task-sync' or 'man taskrc'

# Here is an example of entries that use the default, override and blank values
#   variable=foo   -- By specifying a value, this overrides the default
#   variable=      -- By specifying no value, this means no default
#   #variable=foo  -- By commenting out the line, or deleting it, this uses the default

# Use the command 'task show' to see all defaults and overrides

# Files
data.location=~/.task

# Color theme (uncomment one to use)
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/light-16.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/light-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-16.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-red-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-green-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-blue-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-violets-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-yellow-green.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-gray-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/dark-gray-blue-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/solarized-dark-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/solarized-light-256.theme
#include /usr/local/Cellar/task/2.5.1/share/doc/task/rc/no-color.theme

pomodoro.prefixProject=1
pomodoro.prefixSeparator=" - "

OS: macOS catalina 10.15.6
task version: 2.5.1
taskwarrior-pomodoro: 1.8

Same here. pomodoro.prefixProject=1 has no effect, while pomodoro.defaultFilter=project:Kitchen filters fine.

OS: macOS catalina 10.15.6
task version: 2.5.3
taskwarrior-pomodoro: 1.9.0-beta.2

I think what's happening is there hasn't been a release since that feature was added. I'll file an issue to get a new release going.

I have created a new release, which fixes this. Let me know if you have any issues with it (it's my first macOS release).