HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pueue remove — Remove tasks from the list. Running or paused tasks need to be killed first. More information: <http

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandremovefromclitaskslistpueue remove

Problem

How to use the pueue remove command: Remove tasks from the list. Running or paused tasks need to be killed first. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Solution

pueue remove — Remove tasks from the list. Running or paused tasks need to be killed first. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Remove a killed or finished task:
pueue remove {{task_id}}


Remove multiple tasks at once:
pueue remove {{task_id}} {{task_id}}

Code Snippets

Remove a killed or finished task

pueue remove {{task_id}}

Remove multiple tasks at once

pueue remove {{task_id}} {{task_id}}

Context

tldr-pages: common/pueue remove

Revisions (0)

No revisions yet.