NAME

App::karr::Cmd::Archive - Archive a task (soft-delete)

VERSION

version 0.500

SYNOPSIS

karr archive 4
karr archive 4,5,6 --json

DESCRIPTION

Soft-deletes tasks by moving them to the archived status. The task file remains on disk, which keeps history and metadata intact while hiding the task from the default karr list output.

CLAIMS

A task with a live claim is not archived, whoever holds it -- archiving is a status change like any other, and karr has no --claim option on it. Release the claim with karr edit ID --release or wait for claim_timeout to expire it. Re-archiving an already-archived task changes nothing and is therefore allowed whatever its claim says.

SEE ALSO

karr, App::karr, App::karr::Cmd::List, App::karr::Cmd::Show, App::karr::Cmd::Delete, App::karr::Cmd::Board

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.