DataDrake / todo

A simple CLI task manager written in Go
Apache License 2.0
6 stars 1 forks source link

Small issues I found sofar #1

Open Girtablulu opened 3 years ago

Girtablulu commented 3 years ago

gonna add if I find more

Girtablulu commented 3 years ago

Screenshot_20210116_002624 text wrapping for longer text should stay under the Name if possible

DataDrake commented 3 years ago
  1. todo return isn't supposed to work that way. There will be a separate command for restoring completed tasks to the backlog.
  2. I can't replicate that.
  3. Fixed locally
  4. I can't do text-wrapping with tabwriter and I haven't found a better table library / had time to even think about writing one.