NAME

App::karr::Cmd::Show - Show full details of a task

VERSION

version 0.301

SYNOPSIS

karr show 12              # a specific task
karr show                 # the most recently updated task
karr show --last 5        # the 5 most recently updated tasks
karr show --me            # the last task my identity acted on
karr show --agent fox-owl # the last task claimed by that agent
karr show 12 --json

DESCRIPTION

Shows the full details of a task, including optional metadata such as tags, due date, estimate, claim state, and the Markdown body. This is the most complete human-readable view of an individual card.

With no ID, shows the most recently updated task. --last N widens that to the N most recently updated. --me instead resolves the task(s) the current identity most recently acted on (via the activity log). --agent NAME shows the task(s) most recently claimed by that agent name. ID always wins over the selector options.

SEE ALSO

karr, App::karr, App::karr::Cmd::List, App::karr::Cmd::Edit, App::karr::Cmd::Move, App::karr::Cmd::Archive, App::karr::Cmd::Log

SUPPORT

Issues

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

IRC

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

CONTRIBUTING

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

AUTHOR

Torsten Raudssus <getty@cpan.org>

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.