{"id":37115599,"url":"https://github.com/fieu/pcmd","last_synced_at":"2026-01-14T13:34:07.539Z","repository":{"id":164179614,"uuid":"639629996","full_name":"fieu/pcmd","owner":"fieu","description":"Run multiple commands in parallel with clean stdout/stderr output","archived":false,"fork":false,"pushed_at":"2023-07-05T13:29:52.000Z","size":2038,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-01-27T17:04:41.612Z","etag":null,"topics":["cli","commands","logs","parallel","stderr","stdout"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fieu.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}},"created_at":"2023-05-11T21:48:19.000Z","updated_at":"2023-09-30T12:37:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"bca9de73-57f9-4b8d-ba02-5a438e4905ee","html_url":"https://github.com/fieu/pcmd","commit_stats":{"total_commits":11,"total_committers":1,"mean_commits":11.0,"dds":0.0,"last_synced_commit":"1e913e0e16f117d556c03df5eeb89e7acbf363a5"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fieu/pcmd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fieu%2Fpcmd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fieu%2Fpcmd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fieu%2Fpcmd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fieu%2Fpcmd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fieu","download_url":"https://codeload.github.com/fieu/pcmd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fieu%2Fpcmd/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28421267,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli","commands","logs","parallel","stderr","stdout"],"created_at":"2026-01-14T13:34:06.960Z","updated_at":"2026-01-14T13:34:07.526Z","avatar_url":"https://github.com/fieu.png","language":"Go","readme":"# pcmd\n![](https://raw.githubusercontent.com/fieu/pcmd/master/demo.gif)\n\n**pcmd** is a Go program that executes commands defined in a YAML file concurrently, with colorful output for each command.\n\nThis program was made to simplify the process of running multiple long-running commands concurrently, while still being able to distinguish between the output of each command.\n\n## Installation\nInstall pcmd either through the GitHub releases page or by building from source.\n\n### GitHub Releases\nDownload the latest release from the GitHub [releases](https://github.com/fieu/pcmd/releases) page and extract the binary for your system.\n\n### Go Install\n1. Run `go install github.com/fieu/pcmd@latest`\n2. The binary will be installed to `$GOPATH/bin` (e.g. `~/go/bin`)\n\n### Building from Source\n\n#### Prerequisites\n- Go 1.16 or later\n- GNU Make\n\n1. Clone the repository using `git clone https://github.com/fieu/pcmd.git`\n2. Build the binary using `make build`\n3. Move the compiled binary to a directory in your `PATH` (e.g. `/usr/local/bin`)\n4. Make the binary executable using `chmod +x pcmd`\n\n## Usage\nTo use pcmd, create a YAML file (`pcmd.yml`) with the following structure:\n\n```yaml\n- name: System Log\n  command: tail -f /var/log/system.log\n- name: WiFi\n  command: tail -f /var/log/wifi.log\n```\n\nEach command consists of a `name` and a `command` field. Customize the commands as per your requirements.\n\nOnce you have the YAML file set up, run pcmd using the following command in the same directory as the YAML file:\n\n```shell\npcmd\n```\n\npcmd will read the YAML file, execute the commands concurrently, and display the output with colorful prefixes for each command.\n\nBoth stdout and stderr are displayed in the output. If a program exits, pcmd will display the exit code.\n\n## Contributing\nContributions are welcome! If you find any issues or have suggestions, please open an issue or a pull request.\n\n## License\npcmd is licensed under the MIT License. See [LICENSE](https://github.com/fieu/pcmd/blob/master/LICENSE) for more information.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffieu%2Fpcmd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffieu%2Fpcmd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffieu%2Fpcmd/lists"}