slsuse / tt

Some time tracking code. Toy project.
GNU General Public License v3.0
0 stars 0 forks source link

empty task entries in projects #13

Closed slsuse closed 6 years ago

slsuse commented 7 years ago

A project has a normal tasks and an anonymous empty task.

Assumption:

1) a project is added with ttp -p add $name. 2) the empty project is written to the file. 3) the file is read, creating a project with an empty task? 4) new tasks are created for the project.

slsuse commented 7 years ago

ttp -t rm $name '' removes the empty task. (That an empty single-tick quote, not a double-tick quote-sign.)

slsuse commented 6 years ago

Fixed by c7282c1.