Skip to content

feat: Add type filtering to ls#40

Open
jmmv wants to merge 1 commit into
wedow:masterfrom
jmmv:ls-type
Open

feat: Add type filtering to ls#40
jmmv wants to merge 1 commit into
wedow:masterfrom
jmmv:ls-type

Conversation

@jmmv

@jmmv jmmv commented Feb 8, 2026

Copy link
Copy Markdown

This extends the ls command to support filtering by ticket type by providing a -t flag.

I'm using different types to represent plans (epics) and their tasks and want a way to query only the epics. I'm also building a ticket browser in Emacs and need a way to retrieve the "roots" (which would be the epics in my case) to later issue "tk dep tree" on each.

This extends the `ls` command to support filtering by ticket type by
providing a `-t` flag.

I'm using different types to represent plans (epics) and their tasks
and want a way to query only the epics.  I'm also building a ticket
browser in Emacs and need a way to retrieve the "roots" (which would
be the epics in my case) to later issue "tk dep tree" on each.
strefethen added a commit to strefethen/ticket that referenced this pull request Apr 26, 2026
Allows filtering the list by ticket type, e.g.
  tk ls -t bug
  tk ls --type=feature

Matches the existing status/assignee/tag filter style.

Upstream-PR: wedow#40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant