Skip to content

Ability to view tasks from all lists #46

@berkes

Description

@berkes

In addition to #36, I'd love to have a way to list all tasks from all lists.

E.g. When no --tasklist is provided, it will loop over all taskslists and for each one list the tasks.

With some shell scripting, I can do this, but it's not very clean:

for list in $(gtasks tasklists view | cut -c5-); do
   gtasks tasks view --tasklist $list
done

This does not allow for sorting, filtering etc. With qsv, I would manage.

The output could include a column "Tasklist" so that we can sort/filter/etc on that too.
Sorting should probably work over all taskslists.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions