Skip to main content

Beads has a dedicated `query` subcommand

beads

I wanted to find all tasks I worked on in the last 2 weeks. Beads also a query subcommand that can express these kind of filters (instead of bd list).

To get all issues worked on in the past 2 weeks:

bd query 'updated>2w' -a --limit 0

For more info:

bd query --help