pueue-switch
Swap queue positions of two pueue tasks
TLDR
Switch task positions in queue
$ pueue switch [task_id1] [task_id2]
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.
INSTALL
sudo pacman -S pueue
sudo apk add pueue
sudo zypper install pueue
brew install pueue
nix profile install nixpkgs#pueue
SEE ALSO
pueue(1), pueue-status(1), pueue-enqueue(1), pueue-stash(1)
