Forrest logo
back to the pueue tool

pueue-kill:tldr:45453

pueue-kill: Kill all tasks across all groups and pause all groups.
$ pueue kill --all
try on your machine

The command "pueue kill --all" is a command used to terminate or stop all running processes managed by Pueue.

Pueue is a command-line task management tool for Linux and macOS systems. It allows you to manage and schedule multiple commands or tasks in a queue-like manner.

The "kill" subcommand in Pueue is used to terminate running processes. The "--all" option is used to specify that you want to kill all running processes managed by Pueue. By executing this command, it will send termination signals to all tasks in the queue, causing them to stop or exit.

This command can be useful when you want to stop and clean up all the processes currently running under Pueue's management. It helps in cases where you want to halt or cancel all ongoing tasks without needing to terminate them individually.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pueue tool