List beads issues with optional filtering.
Lists beads issues with flexible filtering by status, priority, type, assignee, labels, dates, and text content.
/plugin marketplace add dbmcco/tmux-beads-loops/plugin install dbmcco-beads@dbmcco/tmux-beads-loopsList beads issues with optional filtering.
bd list --status open --priority 1: High priority open issuesbd list --type bug --assignee alice: Alice's assigned bugsbd list --label backend,needs-review: Backend issues needing reviewbd list --title "auth": Issues with "auth" in the titlebd list --title-contains "auth" --status open: Search open issues for auth-related workbd list --priority-min 0 --priority-max 1: Critical and high priority issues onlybd list --created-after 2025-01-01 --status open: Recent open issuesbd list --empty-description --status open: Open issues missing descriptionsbd list --no-assignee --priority 1: High priority unassigned workbd list --desc-contains "TODO" --notes-contains "review": Find items needing attention--json: JSON format for scripting--format digraph: Graph format for golang.org/x/tools/cmd/digraph--format dot: Graphviz DOT format