{"id":20284554,"url":"https://github.com/artyom/shellqueue","last_synced_at":"2026-05-28T13:31:25.650Z","repository":{"id":538534,"uuid":"168021","full_name":"artyom/shellqueue","owner":"artyom","description":"A basic tool for running shell command in fifo queue","archived":false,"fork":false,"pushed_at":"2013-06-27T13:06:23.000Z","size":107,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-02T21:53:16.552Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/artyom.png","metadata":{"files":{"readme":"README.mkd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2009-04-04T16:56:04.000Z","updated_at":"2019-08-13T14:15:17.000Z","dependencies_parsed_at":"2022-07-07T14:10:19.428Z","dependency_job_id":null,"html_url":"https://github.com/artyom/shellqueue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/artyom/shellqueue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom%2Fshellqueue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom%2Fshellqueue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom%2Fshellqueue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom%2Fshellqueue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/artyom","download_url":"https://codeload.github.com/artyom/shellqueue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/artyom%2Fshellqueue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33611248,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-14T14:20:15.643Z","updated_at":"2026-05-28T13:31:25.630Z","avatar_url":"https://github.com/artyom.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"shellqueue\n==========\n\n*shellqueue* is a basic tool for running shell commands in fifo queue.\n\nIts main goal is to provide a simple interface for running non-interactive\ncommands in fifo queue without writing a separate shellscript. Just fire a\ncommand and it will run in its turn.\n\nPlease note, only the `$PWD` variable is preserved from environment: each task\nwill try to change directory to that it was added from.\n\n    Usage: shellqueue [options]\n\n      --list  show list of queued commands\n      --add   add command to queue from stdin\n      --execute\n              process queue in fifo mode\n\nSpool directory is `~/.queue_spool` by default, feel free to change it in\nsource. It is also should be safe to add its processing form (`shellqueue\n--execute`) as a cron job, i.e. running every 10 minutes or so. Lockfiles are\nused while processing spool to avoid race condition (be sure to have\n`lockfile-progs` installed).\n\n\nBugs and suggestions\n--------------------\n\nPlease feel free to send me any bugreports/patches; if you want some features\n-- just clone and implement them. Actually, I'm okay with this tool as it is\nand I don't intend to extend its functionality: it was originally written for\nsorting out my downloads and similar junk without running multiple `mv` or\n`cp` commands in parallel (precious disk io).\n\nArtyom Pervukhin \u003cartyom@evasive.ru\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom%2Fshellqueue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartyom%2Fshellqueue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartyom%2Fshellqueue/lists"}