NAME

App::karr::Cmd::List - List tasks with filtering and sorting

VERSION

version 0.102

SYNOPSIS

karr list
karr list --status todo,in-progress --priority high,critical
karr list --claimed-by agent-fox --compact
karr list -s docker --json

DESCRIPTION

Lists tasks from the current board with optional filtering and sorting. Archived tasks are excluded by default so the output focuses on active work. Use --compact for terse one-line output and --json for machine-readable automation.

FILTERS AND SORTING

  • --status, --priority

    Accept comma-separated lists and only return tasks matching one of the requested values.

  • --assignee, --tag, --claimed-by

    Limit the result set to a specific assignee, tag, or claim owner.

  • -s, --search

    Performs a case-insensitive substring search across title, body, and tags.

  • --sort, --reverse

    Sort by id, status, priority, created, updated, or due, and optionally reverse the result order.

SEE ALSO

karr, App::karr, App::karr::Cmd::Show, App::karr::Cmd::Board, App::karr::Cmd::Create, App::karr::Cmd::Pick

SUPPORT

Issues

Please report bugs and feature requests on GitHub at https://github.com/Getty/p5-app-karr/issues.

IRC

Join #ai on irc.perl.org or message Getty directly.

CONTRIBUTING

Contributions are welcome! Please fork the repository and submit a pull request.

AUTHOR

Torsten Raudssus <torsten@raudssus.de>

COPYRIGHT AND LICENSE

This software is copyright (c) 2026 by Torsten Raudssus <torsten@raudssus.de> https://raudssus.de/.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.