{"id":22691880,"url":"https://github.com/cmst0us/rxshell","last_synced_at":"2026-05-10T09:34:55.410Z","repository":{"id":209267989,"uuid":"723561605","full_name":"CmST0us/RxShell","owner":"CmST0us","description":"Launch bash shell in Reactive way, and also provide DSL Interface","archived":false,"fork":false,"pushed_at":"2023-11-27T09:57:58.000Z","size":239,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-29T07:42:57.524Z","etag":null,"topics":["bash","command-line","linux","process","reactivex","rxswift","swift"],"latest_commit_sha":null,"homepage":"","language":"Swift","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/CmST0us.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":"2023-11-26T03:47:40.000Z","updated_at":"2023-11-26T09:08:28.000Z","dependencies_parsed_at":"2024-12-10T01:12:52.207Z","dependency_job_id":"296ea278-17f8-4a46-8b25-0bd3cd59112a","html_url":"https://github.com/CmST0us/RxShell","commit_stats":null,"previous_names":["cmst0us/rxshell"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FRxShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FRxShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FRxShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CmST0us%2FRxShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CmST0us","download_url":"https://codeload.github.com/CmST0us/RxShell/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246215816,"owners_count":20741894,"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":["bash","command-line","linux","process","reactivex","rxswift","swift"],"created_at":"2024-12-10T01:12:46.426Z","updated_at":"2026-05-10T09:34:55.361Z","avatar_url":"https://github.com/CmST0us.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\"logo.png\" width=\"700\"\u003e\n  \u003cbr\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eRxShell: Use Swift Play with Shell in Reactive X Way\u003c/h4\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FCmST0us%2FRxShell%2Fbadge%3Ftype%3Dswift-versions\"\u003e\n  \u003cimg src=\"https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FCmST0us%2FRxShell%2Fbadge%3Ftype%3Dplatforms\"\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#key-features\"\u003eKey Features\u003c/a\u003e •\n  \u003ca href=\"#how-to-use\"\u003eHow To Use\u003c/a\u003e •\n  \u003ca href=\"#related\"\u003eRelated\u003c/a\u003e •\n  \u003ca href=\"#license\"\u003eLicense\u003c/a\u003e\n\u003c/p\u003e\n\n## Key Features\n\n- All write in **Swift**\n- Run shell in Reactive X way\n- DSL Interface for create shell command\n- Custom Pipe\n- Custom Enviroment\n- [ ] Macro Support\n\n## How To Use\n\n```swift\nlet enviroment = [\n    \"HELLOWORLD_STR\": \"Hello Bash\"\n]\n\nShells(verbose: true, environment: enviroment) {\n    Commands {\n        Shell.removeDirectoryIfExist(\"/tmp/tmp_file\")\n        Command(\"touch /tmp/tmp_file\")\n    }\n    Command(\"echo $HELLOWORLD_STR \u003e /tmp/tmp_file\")\n    Commands {\n        \"cat /tmp/tmp_file\"\n    }\n}.action.subscribe().dispose()\n```\n\n### Verbose\nIf you don't want RxShell Output shell command result, you can just set verbose to `false`\n\n```\nShells(verbose: false) {\n    // Commands\n}\n```\n\n## Related\n\n\u003e Thanks:\n\u003e - [ShellOut](https://github.com/JohnSundell/ShellOut)\n\u003e - [RxSwift](https://github.com/ReactiveX/RxSwift)\n\n## License\n\nMIT License\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmst0us%2Frxshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmst0us%2Frxshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmst0us%2Frxshell/lists"}