{"id":18812890,"url":"https://github.com/mshafir/multilaunch","last_synced_at":"2025-08-04T12:11:36.087Z","repository":{"id":57305246,"uuid":"426392249","full_name":"mshafir/multilaunch","owner":"mshafir","description":"Command line utility for launching multiple processes","archived":false,"fork":false,"pushed_at":"2021-11-11T16:07:01.000Z","size":5596,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-12T07:32:28.893Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/mshafir.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}},"created_at":"2021-11-09T21:28:48.000Z","updated_at":"2021-11-11T16:07:03.000Z","dependencies_parsed_at":"2022-09-20T22:00:34.121Z","dependency_job_id":null,"html_url":"https://github.com/mshafir/multilaunch","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/mshafir/multilaunch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshafir%2Fmultilaunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshafir%2Fmultilaunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshafir%2Fmultilaunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshafir%2Fmultilaunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mshafir","download_url":"https://codeload.github.com/mshafir/multilaunch/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mshafir%2Fmultilaunch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268695067,"owners_count":24291954,"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","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2024-11-07T23:35:30.222Z","updated_at":"2025-08-04T12:11:36.041Z","avatar_url":"https://github.com/mshafir.png","language":"TypeScript","readme":"# Multilaunch\n\nThis is a utility for launching multiple processes and toggling between them to view their logs.\n\n![Screencast](screencast.gif)\n\n### Usage:\n\n```\nnpx multilaunch config.json\n```\n\nExample config:\n\n```json5\n[\n    {\n        // name for the command in the sidebar\n        \"name\": \"Start Backend\", \n        // the shell command to run\n        \"command\": \"rush start-backend\", \n        // the cwd to run from\n        \"cwd\": \"./backend\", \n         // if applicable, a string to look for to indicate the process has started up\n        \"startedWhen\": \"Server ready at\",\n        // a section for grouping commands under a section heading, commands still need to be consecutive\n        // the section is rendered when it is different from the previous command's section\n        \"section\": \"Backend\"\n    },\n    {\n        \"name\": \"Start Frontend\",\n        \"command\": \"rush start-frontend\",\n        \"cwd\": \"./frontend\",\n        \"startedWhen\": \"Compiled successfully!\",\n        \"section\": \"Frontend\"\n    }\n]\n```\n\nWhen started, usage is fairly self-explanatory:\n\n- Up/Down to navigate\n- Enter to start/restart a process\n- Ctrl+C to stop a process\n- D to dump the current log to disk\n- Esc to quit multilaunch (and stop underlying processes)\n- `[`/`]` to scroll/up and down in the log (shift for faster scrolling)\n- Space to go back to the bottom of the log\n\nMouse scroll moves the log up and down, but you mean need to tweak terminal settings for this.\nCmder - under Keys \u0026 Macro \u003e Mouse \u003e Send mouse events to console\niTerm2 - Profiles \u003e Terminal \u003e Uncheck 'Save lines to scrollback in alternate screen mode'\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshafir%2Fmultilaunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmshafir%2Fmultilaunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmshafir%2Fmultilaunch/lists"}