GothenburgBitFactory / GothenburgBitFactory/taskwarrior

Feature request: recursive dependency filter

Open
#2,766 1 comment 2 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
6.1k
Forks
423
Avg merge
1d 19h
Merged PRs (30d)
11

Description

Is there a filter for tasks that depend, directly or indirectly, on a specific task?
I know of this issue which deals with only direct dependencies: #2193.

Imaginary example:
```
$ task add save princess # (1)
$ task add depends:1 defeat bowser # (2)
$ task add depends:2 find the castle # (3)
$ task add mow the lawn # (4)
$ task depends:1 # show all tasks that depend on task 1
ID Deps Description
-- ---- -----------
1 save princess
2 1 defeat bowser
3 2 find the castle

```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.