{"id":20699896,"url":"https://github.com/mrmarble/exec","last_synced_at":"2025-12-31T14:25:50.008Z","repository":{"id":217969207,"uuid":"745243065","full_name":"MrMarble/exec","owner":"MrMarble","description":"Similar to os/exec but without waiting for child process","archived":false,"fork":false,"pushed_at":"2024-01-26T19:05:27.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T03:44:49.581Z","etag":null,"topics":["child-process","fork","proccess"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MrMarble.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-01-18T23:14:55.000Z","updated_at":"2024-01-18T23:30:03.000Z","dependencies_parsed_at":"2024-01-26T19:55:07.051Z","dependency_job_id":null,"html_url":"https://github.com/MrMarble/exec","commit_stats":null,"previous_names":["mrmarble/exec"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/MrMarble/exec","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fexec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fexec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fexec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fexec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrMarble","download_url":"https://codeload.github.com/MrMarble/exec/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrMarble%2Fexec/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265846862,"owners_count":23838157,"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":["child-process","fork","proccess"],"created_at":"2024-11-17T00:32:42.659Z","updated_at":"2025-12-31T14:25:49.953Z","avatar_url":"https://github.com/MrMarble.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# exec Package\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/mrmarble/exec.svg)](https://pkg.go.dev/github.com/mrmarble/exec)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mrmarble/exec)](https://goreportcard.com/report/github.com/mrmarble/exec)\n[![Tests](https://github.com/MrMarble/exec/actions/workflows/go.yml/badge.svg)](https://github.com/MrMarble/exec/actions/workflows/go.yml)\n\nThe `exec` package in Go is designed to run external commands. It is similar to the `os/exec` package, but provides a simpler interface and does not support streaming.\n\n## Main Features\n\n- The main difference between `exec` and `os/exec` is that the process does not wait for child processes to finish. This is useful for running long-running processes that are expected to run in the background.\n\n## Example\n\n```go\nout, err := exec.Command(\"date\").Output()\nif err != nil {\n  log.Fatal(err)\n}\nfmt.Printf(\"The date is %s\\n\", out)\n```\n\nThis example runs the `date` command and logs any errors that occur.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarble%2Fexec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmarble%2Fexec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmarble%2Fexec/lists"}