Skip to content

creecros/Creecros_Filter_Pack

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 9, 2020 11:42
September 28, 2018 10:55
December 9, 2020 11:44
December 9, 2020 11:55
December 12, 2018 11:03

Latest release GitHub license Maintenance Open Source Love Downloads

🚽 Creecros's Filter Pack

πŸ™‹ Make a request if you need new filters.

πŸ’… Task Subtask Assignee Filter

  • Use task_subtask_assignee:name to filter for both tasks and subtasks assigned to name, add status:open at the end to exclude closed tasks.

πŸ“Ž Chainable Subtask Assignee Filter

  • Use subtask_assignee:name to filter subtasks assigned to name, chainable to other filters.

πŸ‘Ή Subtask Status Filter

  • Use subtask:status:DONE or subtask:status:2 to filter for subtasks that are DONE
  • Use subtask:status:TODO or subtask:status:0 to filter for subtasks that are TODO
  • Use subtask:status:INPROGRESS or subtask:status:1 to filter for subtasks that are INPROGRESS
  • Use subtask:status:RUNNING to filter for subtasks that are RUNNING, regardless of STATUS

πŸ“† Search for tasks by due date and include tasks with empty due date

  • Use date_withnull:<=today or date_withnunll:>=YYYY-MM-DD to filter for tasks by due date and include empty due dates in search
    • The date must use the ISO 8601 format: YYYY-MM-DD.

πŸ”– Tags

  • Use tags:"<tag>,<tag>" instead of multiples tag: to filter all task with the tag a and b. You can use as many tags you want in tags:"" but they must be separated by ,.

πŸ‘ͺ Combinable

Example:

  • task_subtask_assignee:name subtask:status:RUNNING status:open