logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Pueue Enqueue - Stash Task Enqueuing | Online Free DevTools by Hexmos

Enqueue stashed tasks efficiently with Pueue Enqueue. Schedule task execution with delays and specific dates. Free online tool, no registration required.

pueue-enqueue

Enqueue stashed tasks. See also: pueue stash. More information: https://github.com/Nukesor/pueue.

  • Enqueue multiple stashed tasks at once:

pueue enqueue {{task_id}} {{task_id}}

  • Enqueue a stashed task after 60 seconds:

pueue enqueue {{[-d|--delay]}} {{60}} {{task_id}}

  • Enqueue a stashed task next Wednesday:

pueue enqueue {{[-d|--delay]}} {{wednesday}} {{task_id}}

  • Enqueue a stashed task after four months:

pueue enqueue {{[-d|--delay]}} "4 months" {{task_id}}

  • Enqueue a stashed task on 2021-02-19:

pueue enqueue {{[-d|--delay]}} {{2021-02-19}} {{task_id}}

  • List all available date/time formats:

pueue enqueue {{[-h|--help]}}

See Also