LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pueue-clean

Remove finished tasks from pueue queue

TLDR

Clean finished tasks
$ pueue clean
copy
Clean successful tasks only
$ pueue clean --successful-only
copy
Clean specific group
$ pueue clean --group [group]
copy

SYNOPSIS

pueue clean [options]

DESCRIPTION

pueue clean removes finished tasks (both successful and failed) from the pueue task queue, keeping the status display uncluttered. Use --successful-only to retain failed tasks for investigation while clearing completed ones.

PARAMETERS

--successful-only

Only remove successfully finished tasks, keeping failed tasks for investigation.
--group NAME
Only clean tasks of a specific group.

CAVEATS

Only removes finished tasks (both successful and failed by default). Running and queued tasks are never affected. Part of pueue.

HISTORY

pueue is written by Arne Beer (Nukesor) in Rust. The clean subcommand provides queue cleanup functionality to keep the task list uncluttered.

SEE ALSO

Copied to clipboard
Kai