Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Config option to allow a custom project completion update filter #613

Open
yongli-abc opened this issue Dec 25, 2024 · 0 comments
Open

Config option to allow a custom project completion update filter #613

yongli-abc opened this issue Dec 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@yongli-abc
Copy link

Currently, when updating the auto-completion project lists, it's either using the projects of the currently shown tasks, or using the projects from all tasks (including completed tasks). https://github.com/kdheepak/taskwarrior-tui/blob/main/src/app.rs#L3616-L3620

However, projects completed long time ago might be irrelevant now. Personally I would love to only see projects from currently pending tasks.

A more flexible approach is to allow configuring a default filter option, using which to load the projects for auto-completion. This would also enable the use case as "I'd like to only see projects during the past X months".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant