n4n0GH / task

A simple to-do terminal application
Do What The F*ck You Want To Public License
22 stars 0 forks source link

IMPROVEMENT: enable use of subtasks #6

Open n4n0GH opened 1 year ago

n4n0GH commented 1 year ago

create a new function to add tasks as subtasks of an existing task. if the main task is marked as completed, all subtasks are marked as completed as well. purging the main task purges the subtasks.