{"id":22898459,"url":"https://github.com/cchexcode/bobr","last_synced_at":"2025-05-07T23:08:07.538Z","repository":{"id":262973432,"uuid":"888945433","full_name":"cchexcode/bobr","owner":"cchexcode","description":"A feature-rich CLI command multiplexer. Allows parallel command execution via child processes for parallelizing simple commands or long-running tasks like spawning backend + frontend processes.","archived":false,"fork":false,"pushed_at":"2025-02-11T22:29:22.000Z","size":1363,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T23:08:02.588Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/cchexcode.png","metadata":{"files":{"readme":"docs/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-11-15T10:01:54.000Z","updated_at":"2025-02-11T22:29:26.000Z","dependencies_parsed_at":"2024-11-15T11:18:50.414Z","dependency_job_id":"db7e3f47-31bf-4c5e-a1f2-65d0c2b36cf6","html_url":"https://github.com/cchexcode/bobr","commit_stats":null,"previous_names":["replicadse/bobr","cchexcode/bobr"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fbobr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fbobr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fbobr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cchexcode%2Fbobr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cchexcode","download_url":"https://codeload.github.com/cchexcode/bobr/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252968117,"owners_count":21833251,"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-12-14T00:32:23.408Z","updated_at":"2025-05-07T23:08:07.509Z","avatar_url":"https://github.com/cchexcode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bobr\n\n[![home-GitHub](https://img.shields.io/badge/home-GitHub-blue)](https://github.com/cchexcode/bobr)\n[![crates.io](https://img.shields.io/crates/v/bobr.svg)](https://crates.io/crates/bobr)\n[![deps.rs](https://deps.rs/repo/github/cchexcode/bobr/status.svg)](https://deps.rs/repo/github/cchexcode/bobr)\n[![docs.rs](https://img.shields.io/badge/docs.rs:docs-latest-blue)](https://docs.rs/crate/bobr/latest)\n\n![bobr](bobr.png)\n\n`bobr` is a simple command multiplexer, particularly useful for executing multiple commands in parallel. It supports both short-lived task execution and long-lived process management, such as running a backend and frontend simultaneously and managing their lifecycle together.\n\n![bobr-preview](bobr-preview.png)\n\n## How to use\n\n`bobr` executes all specified commands as child processes in parallel.\n\n- `bobr -c \"sleep 5\" -c \"sleep 10\" -c \"sleep 2 \u0026\u0026 exit 1\"`\n  Execute multiple commands in parallel as specified via the command line.\n- `bobr -c \"sleep 5\" -f ./tasks.sh`\n  Commands can also be loaded from a file for convenience.\n- `bobr -e --stdout=json -f ./tasks.sh`\n  This command propagates the stdout pipe from child tasks into the `bobr` stdout pipe, allowing output in JSON format.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcchexcode%2Fbobr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcchexcode%2Fbobr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcchexcode%2Fbobr/lists"}