{"id":25986856,"url":"https://github.com/dongitran/multitermrunner","last_synced_at":"2026-05-01T12:32:58.843Z","repository":{"id":280370152,"uuid":"941504937","full_name":"dongitran/MultiTermRunner","owner":"dongitran","description":"🖥️ Powerful multi-terminal orchestration with intelligent auto-recovery!","archived":false,"fork":false,"pushed_at":"2025-03-03T16:04:02.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T12:58:49.726Z","etag":null,"topics":["cicd","devops","nodejs","terminal"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dongitran.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-02T13:06:08.000Z","updated_at":"2025-03-03T16:07:16.000Z","dependencies_parsed_at":"2025-09-09T11:35:59.808Z","dependency_job_id":null,"html_url":"https://github.com/dongitran/MultiTermRunner","commit_stats":null,"previous_names":["dongitran/multitermrunner"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dongitran/MultiTermRunner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongitran%2FMultiTermRunner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongitran%2FMultiTermRunner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongitran%2FMultiTermRunner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongitran%2FMultiTermRunner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dongitran","download_url":"https://codeload.github.com/dongitran/MultiTermRunner/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dongitran%2FMultiTermRunner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["cicd","devops","nodejs","terminal"],"created_at":"2025-03-05T12:34:22.291Z","updated_at":"2026-05-01T12:32:58.814Z","avatar_url":"https://github.com/dongitran.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 MultiTermRunner\n\n\u003e 🖥️ Powerful multi-terminal orchestration with intelligent auto-recovery!\n\nMultiTermRunner is a powerful Node.js application that enables you to run multiple terminal sessions in parallel, each executing a sequence of commands with robust monitoring and auto-recovery.\n\n## ✨ Features\n\n- 🔄 Run multiple terminal sessions simultaneously\n- ⚡ Execute a sequence of commands in each terminal\n- 🔧 Configure terminal sessions using environment variables\n- 🔌 Auto-reconnect on connection failure\n\n## 🛠️ Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/dongitran/MultiTermRunner\ncd MultiTermRunner\n\n# Install dependencies\nnpm install\n```\n\n## 🚦 Usage\n\n1. Configure your terminal sessions in the `.env` file\n2. Run the application:\n```bash\nnode index.js\n```\n\n## 🔧 Configuration\n\nTerminal sessions are configured through the `SESSION_BASE64` environment variable, which contains a base64-encoded JSON array of terminal session configurations.\n\nEach session configuration has:\n- `name`: 📝 A descriptive name for the terminal\n- `commands`: 📜 An array of commands to execute in sequence\n\n## 💻 Example\n\n```json\n[\n    {\n        \"name\": \"terminal 1\",\n        \"commands\": [\n            \"echo dongtran \"\n        ]\n    }\n]\n```\n\n## 📜 License\n\nMIT\n\n---\n\n🌟 Made with ❤️ by dongitran","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongitran%2Fmultitermrunner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdongitran%2Fmultitermrunner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdongitran%2Fmultitermrunner/lists"}