naggie / dstask

Git powered terminal-based todo/note manager -- markdown note page per task. Single binary!

Home Page:https://calbryant.uk/blog/dstask-a-taskwarrior-alternative/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Useful to see time taken and datetime resolved on completed tasks in order to create timeline

Gander7 opened this issue · comments

I would be very useful to have the ability to see the total time a task took and when the datetime it was resolved when filtering on completed tasks. I believe the only way to show completed tasks right now is with dstask show-resolved.
Possible Example:
dstask start 5
wait 4 hours :P
dstask done 5
dstask show-resolved <-- here it would be nice to see that task 5 took 4 hours and I completed it at a certain datetime.

With this, when viewing a task, it would be great to see how much time I've put into a task so far in case I wanted to limit a research task to a certain timeframe. Example dstask 6 could show a line for accrued time or total time if completed.

It there currently is a way to either and I'm just missing it please let me know :)
Love dstask so far tho, excited for the upcoming features

It would be nice to see:

  1. Active time: Time between start and done
  2. Time to resolution: Time between creation and done

Just curious - has anyone analysed their tasks from the yaml?