KennethWussmann / zeitraum

Time tracking with tags integrated in your workflow
MIT License
8 stars 0 forks source link

Allow tag filtering in CLI list command #43

Closed KennethWussmann closed 1 year ago

KennethWussmann commented 1 year ago

The zeitraum ls command currently lists all time spans.

It would be nice to allow something like zeitraum ls work meeting that returns only time spans that are assigned to at least work and meeting. If they are also assigned to a third daily it should still return.

The backend allows filtering by tags already: https://github.com/KennethWussmann/zeitraum/blob/main/packages/server/src/api/graphql/schema.graphql#L30

To be verified if this needs adjustment to include the at least logic.