LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pueue-reset

Reset pueue daemon to clean state

TLDR

Reset pueue state
$ pueue reset
copy
Reset specific groups only
$ pueue reset --groups [group1] [group2]
copy

SYNOPSIS

pueue reset [options]

DESCRIPTION

pueue reset kills all running tasks, removes all tasks, and resets the task ID counter. It returns the daemon to a clean state. A confirmation prompt is shown if there are running tasks.

PARAMETERS

--groups group...

Only reset specific groups instead of everything

INSTALL

sudo pacman -S pueue
copy
sudo apk add pueue
copy
sudo zypper install pueue
copy
brew install pueue
copy
nix profile install nixpkgs#pueue
copy

CAVEATS

This command permanently removes all task history and kills running tasks. The operation cannot be undone.

SEE ALSO

Copied to clipboard
Kai