cinatic / taskwhisperer

Taskwhisperer is a extension for TaskWarrior Application https://taskwarrior.org. It is to display upcoming tasks and task details as well as to create and modify them.
GNU General Public License v3.0
141 stars 20 forks source link

Project names with spaces do not include the next words #93

Open thetayloredman opened 3 years ago

thetayloredman commented 3 years ago

Bug: TaskWhisperer doesn't work with multi-word project names.

Steps to reproduce:

  1. Create a task with project "task test"
  2. Check projects bar, the project was named "task"
  3. Check task, the project was set to "task"

Expected behavior: The project name is passed in quotes (project:"task test") and the full name is used

Actual behavior: The project name is passed as project:task test which does not use the full name. The task title then is prefixed with "test".

thetayloredman commented 1 year ago

v24 is out now -- where did this end up going?