{"id":19450369,"url":"https://github.com/jackmordaunt/run","last_synced_at":"2026-05-02T08:34:16.708Z","repository":{"id":92886533,"uuid":"257569468","full_name":"JackMordaunt/run","owner":"JackMordaunt","description":"Run things in sequence with shell-lite syntax with this minimal task runner.","archived":false,"fork":false,"pushed_at":"2020-07-30T07:53:46.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T09:23:35.663Z","etag":null,"topics":["bash","cli","make","minimal","runner","rust","sh","shell","task"],"latest_commit_sha":null,"homepage":"","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/JackMordaunt.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-21T11:11:27.000Z","updated_at":"2020-07-30T07:53:48.000Z","dependencies_parsed_at":"2023-05-05T17:15:51.188Z","dependency_job_id":null,"html_url":"https://github.com/JackMordaunt/run","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/JackMordaunt/run","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Frun","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Frun/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Frun/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Frun/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JackMordaunt","download_url":"https://codeload.github.com/JackMordaunt/run/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JackMordaunt%2Frun/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32528305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T01:12:54.858Z","status":"online","status_checked_at":"2026-05-02T02:00:05.923Z","response_time":132,"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":["bash","cli","make","minimal","runner","rust","sh","shell","task"],"created_at":"2024-11-10T16:37:02.549Z","updated_at":"2026-05-02T08:34:16.686Z","avatar_url":"https://github.com/JackMordaunt.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# run \n\n\u003e Minimal task runner.\n\nrun is an _extremely_ minimal task runner that supports a shell-lite syntax.\n\n## Install   \n\n```\ngit clone https://github.com/jackmordaunt/run\ncd run\ncargo install --path .\n```\n\n## Use  \n\nAn example run file:\n\n```\n// Build binary paramaterized by some C library.\n$cc -o tmp.exe foo.c $lib \n// Run it with some arguments in a shell pipeline.\ntmp.exe --flag-one $flag-one | tail $1\n// Cleanup afterward.\nrm *.exe \n```\n\nRun it like this:\n\n`run build.run -cc gcc -lib foobar.h -flag-one foo 10`\n\n### Syntax\n\nVery simple. '$' denotes a variable. Words declare __named__ variables, numbers \ndeclare __positional__ variables. \nComments are C-like, denoted by '//'.\n\nFor example: \n\n```\n// Positional variables.\necho $1 $2 $3\n// Named variables.\necho $foo $bar $baz\n```\n\n## Remarks\n  \n- For personal use (experimental, use at your own risk).    \n- Highly portable because it's minimal.   \n- Sick of looking at powershell, bash, make, and co.  \n- Does the 80% solution of running paramatarised commands in sequence.   \n- Features added via personal workflow.   \n- Not trying to support the universe.\n- No turing complete language included.   ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmordaunt%2Frun","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjackmordaunt%2Frun","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjackmordaunt%2Frun/lists"}