Shabang-Systems / Condution

Tasks? Done. That was quick.
https://www.condution.com
GNU General Public License v3.0
467 stars 20 forks source link

FEAT QoL: Parse project name in ABTIB #228

Closed Exr0n closed 3 years ago

Exr0n commented 3 years ago

Is your feature request related to a problem? Please describe. I hate having to click on tasks in unsorted and put them in a project. It'd be nice to be able to write "Hide under a rock for condution aug 17" and have it auto-fill that into a project/subproject called "Condution" if it exists.

Describe the solution you'd like After parsing and removing date information, search for / for (\w+)$/ in the task name. If it exists, look for a project/subproject named $1.strip().lower(). If that also exists, then add it to that project and remove the last two words from the task name.

Additional context Ignore the time stamp I am too excited about Ideaflow. image

Jemoka commented 3 years ago

closing in favor of #187