mrvladus / Errands

Todo application for those who prefer simplicity.
MIT License
268 stars 65 forks source link

[Feature request] Adding date / time / tags and so while creating a task #288

Open bashghost2600 opened 1 month ago

bashghost2600 commented 1 month ago

It would be extremally useful if while adding a task user could also specify date, assign tags and so on. Similar functionality has TickTick. For example, user input could be:

Sample task @Date:today @Tags:Crap,Work @Time:12:00

Then app would interpret that as:

Task name: Sample task
Date: 2024-05-20
Time: 12:00
Tags: ['Crap', 'Work']

It's 10 times faster rather than creating these tags, then setting each property using mouse.