-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pueue enqueue


> Enqueue stashed tasks.

> See also: `pueue stash`.

More information.


Enqueue multiple stashed tasks at once:

pueue enqueue {task_id} {task_id}

Enqueue a stashed task after 60 seconds:

pueue enqueue --delay {60} {task_id}

Enqueue a stashed task next Wednesday:

pueue enqueue --delay {wednesday} {task_id}

Enqueue a stashed task after four months:

pueue enqueue --delay "4 months" {task_id}

Enqueue a stashed task on 2021-02-19:

pueue enqueue --delay {2021-02-19} {task_id}

List all available date/time formats:

pueue enqueue --help


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Mon May 20 23:56:27 2024