💾 Archived View for freeshell.de › tldr › pueue-add.gmi captured on 2023-04-20 at 00:23:52. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Enqueue a task for execution.
pueue add {command}
pueue add -- {command --arg -f}
pueue add --stashed -- {rsync --archive --compress /local/directory /remote/directory}
pueue add --immediate --group "{CPU_intensive}" -- {ffmpeg -i input.mp4 frame_%d.png}
pueue add --after {9} {12} --group "{torrents}" -- {transmission-cli torrent_file.torrent}
pueue add --label "{compressing large file}" --delay "{wednesday 10:30pm}" -- "{7z a compressed_file.7z large_file.xml}"
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).