NAME
App::karr::Cmd::Board - Show board summary
VERSION
version 0.102
SYNOPSIS
karr board
karr board --compact
karr board --json
DESCRIPTION
Renders a board-oriented summary grouped by status. The default output is a human-friendly terminal dashboard with colors and task badges for claims, blocked state, and due dates. Compact and JSON modes are available for automation and scripting.
OUTPUT MODES
Default output
Shows statuses in board order with task counts and a task summary under each populated column.
--compactPrints one line per status in the form
status(count): ids.--jsonEmits the board name, total task count, and a structured
columnsarray with per-status task lists.
SEE ALSO
karr, App::karr, App::karr::Cmd::List, App::karr::Cmd::Show, App::karr::Cmd::Pick, App::karr::Cmd::Context
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.