bgregos / foreground

Simple Android personal task manager with Taskwarrior integration
Apache License 2.0
255 stars 16 forks source link

Hide recurring task templates from the task view #184

Open bergercookie opened 6 months ago

bergercookie commented 6 months ago

Currently when I enter foreground, at the top of my stack of tasks I find some tasks that I created months ago as recurring. These are kept by taskwarrior under the hood , as task templates, for creating new tasks but don't usually show on task reports in the command-line. They are added when the user issues a recur:daily | recur:weekly etc. during task creation.

I don't see much value in showing them in foreground either, plus they make it very noisy to actually find the tasks I'm interested in viewing.

I'm not sure whether it's already possible with the existing options but it would be useful to have a custom filter, enabled by default that excludes them.