LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

pueue-switch

Swap queue positions of two pueue tasks

TLDR

Switch task positions in queue
$ pueue switch [task_id1] [task_id2]
copy

SYNOPSIS

pueue switch taskid1 taskid2

DESCRIPTION

pueue switch swaps the queue positions of two tasks. Both tasks must be in queued or stashed state (not running or completed). Useful for reordering task execution priority without removing and re-adding tasks.

SEE ALSO

Copied to clipboard
Kai