{"id":22366734,"url":"https://github.com/vaeth/starter","last_synced_at":"2025-03-26T15:51:06.072Z","repository":{"id":2344314,"uuid":"3306771","full_name":"vaeth/starter","owner":"vaeth","description":"POSIX shell script and function to schedule commands","archived":false,"fork":false,"pushed_at":"2021-06-13T11:05:16.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-31T17:08:43.094Z","etag":null,"topics":["posix","schedule-commands","scheduler","shell"],"latest_commit_sha":null,"homepage":"http://www.mathematik.uni-wuerzburg.de/~vaeth/download/index.html#starter","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/vaeth.png","metadata":{"files":{"readme":"README.md","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":"2012-01-30T16:58:10.000Z","updated_at":"2023-05-03T22:00:08.000Z","dependencies_parsed_at":"2022-08-26T12:51:55.192Z","dependency_job_id":null,"html_url":"https://github.com/vaeth/starter","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaeth%2Fstarter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaeth%2Fstarter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaeth%2Fstarter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaeth%2Fstarter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaeth","download_url":"https://codeload.github.com/vaeth/starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245689440,"owners_count":20656414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["posix","schedule-commands","scheduler","shell"],"created_at":"2024-12-04T18:15:27.511Z","updated_at":"2025-03-26T15:51:06.039Z","avatar_url":"https://github.com/vaeth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# starter\n\nPOSIX shell script and function to schedule commands\n\n(C) Martin Väth (martin at mvath.de).\nThis project is under the BSD license.\n\n## Warning\n\nThis project is practically no longer maintained.\nUnless you have a special reason, use instead the successor project\nhttps://github.com/vaeth/schedule\n\n## Description\n\nThis script can be used to schedule commands in a multitasking\nand multiuser environment.\n\nCommands started with this script will wait with the execution\nuntil all commands started earlier with this script\n(possibly by a different user) have been executed.\n\nYou can also have several of such command queues or add a command\nto a queue even if you start it immediately.\n\n## Usage\nTo get help about the usage, call\n\n`starter -h`\n\nThere is also a `starter_trap` function available for execution of\ncommands within your current shell. To obtain this function use either\n\n```eval `starter_trap` ```\n\nor\n\n`. starter_trap`\n\nin your current shell or put the following into your shell startup files:\n```\nstarter_trap() {\n\tif starter_trap=`starter_trap 2\u003e/dev/null`\n\tthen\teval \"$starter_trap\"\n\telse\techo \"starter_trap not found\" \u003e\u00262\n\t\treturn 1\n\tfi\n\tstarter_trap ${1+\"$@\"}\n}\n```\nInformation about the `starter_trap` function can then be obtained with\n\n`starter_trap -h`\n\n## Installation\n\nFor installation, copy the content of `bin/` in your `$PATH`.\nYou also need `push.sh` from https://github.com/vaeth/push in your `$PATH`.\nIf you want that the hard status line is set, also the `title` script from\nhttps://github.com/vaeth/runtitle (version 2.3 or newer) is required in your\n`$PATH`.\nTo obtain support for __zsh completion__, you can copy the content of `zsh/`\nto a directory of your zsh's `$fpath`.\n\nFor Gentoo, there is an ebuild in the mv overlay (available over layman).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaeth%2Fstarter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaeth%2Fstarter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaeth%2Fstarter/lists"}