{"id":20292105,"url":"https://github.com/apsislabs/runner","last_synced_at":"2025-12-31T14:38:23.022Z","repository":{"id":37958773,"uuid":"234199457","full_name":"apsislabs/runner","owner":"apsislabs","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-13T16:12:09.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-03-04T05:12:38.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/apsislabs.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":"2020-01-16T00:18:22.000Z","updated_at":"2022-06-13T16:07:25.000Z","dependencies_parsed_at":"2022-08-25T19:51:51.293Z","dependency_job_id":null,"html_url":"https://github.com/apsislabs/runner","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/apsislabs/runner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Frunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Frunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Frunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Frunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/apsislabs","download_url":"https://codeload.github.com/apsislabs/runner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/apsislabs%2Frunner/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265820054,"owners_count":23833557,"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":[],"created_at":"2024-11-14T15:15:39.921Z","updated_at":"2025-12-31T14:38:22.982Z","avatar_url":"https://github.com/apsislabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"`runner` is a simple utility that will run a given command, then run forever and can be signalled to start/stop/restart the given command.\n\n## Motivation\n\nThis was mostly written as an exercise to play with rust, but it's also useful in docker-compose environments where you have a server that you may want to restart without shutting down the container.\n\n## Example:\n\n1. `runner serve app sleep 100000` # starts sleeping forever\n\nfrom a different tab:\n1.  `runner stop app` # stops the sleep process\n1.  `runner start app` # starts the sleep process\n1.  `runner start app` # does nothing, because the sleep process is already running\n1.  `runner restart app` # stops and then starts the sleep process\n\n## Building\n\n`cargo build`\n\n## Building Releases\n\nNote: Releases must be built from x86_64-apple-darwin environments.\n\n1. `cargo bump --git-tag`\n1. `bin/build-releases`\n1. `git put --tag`\n1. go to github and create a release. Upload the binaries in `releases/{version}` to the release\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsislabs%2Frunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapsislabs%2Frunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapsislabs%2Frunner/lists"}