pauby / PsTodoTxt

This is a PowerShell CLI to the Todo.txt todo file format with some PowerShell like features.
MIT License
3 stars 3 forks source link

File paths in an Addon are treated as a new addon #17

Closed pauby closed 3 years ago

pauby commented 3 years ago

If a task has a path with a drive in it (ie c:\temp\blah) then the c: is treated as an addon so if you have file:c:\temp\test.txt then you end up with an empty addon due and another addon called c that has a value of \temp\test.txt

This was originally raised in the TaskWarrior but this needs fixed here.