NAME

App::karr::Cmd::Delete - Delete a task

VERSION

version 0.500

SYNOPSIS

karr delete 9
karr delete 9,10,11 --yes
karr delete 9 --json

DESCRIPTION

Deletes one or more task files from the board. This is the destructive alternative to App::karr::Cmd::Archive, which only changes the status to archived.

OPTIONS

  • --yes

    Skips the interactive confirmation prompt for each task. Required whenever nothing will answer that prompt: if stdin is not a terminal and carries no answer, the command refuses rather than guessing.

CLAIMS

A task with a live claim is not deleted, whoever holds it. Release the claim with karr edit ID --release or wait for claim_timeout to expire it.

SEE ALSO

karr, App::karr, App::karr::Cmd::Archive, App::karr::Cmd::Backup, App::karr::Cmd::Destroy

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.