{"id":15469241,"url":"https://github.com/vvmnnnkv/shell","last_synced_at":"2026-04-29T20:11:11.990Z","repository":{"id":105806492,"uuid":"183235050","full_name":"vvmnnnkv/Shell","owner":"vvmnnnkv","description":"Utility function to execute shell command","archived":false,"fork":false,"pushed_at":"2019-06-19T04:57:39.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T04:36:09.178Z","etag":null,"topics":["shell","swift","swiftpm"],"latest_commit_sha":null,"homepage":null,"language":"Swift","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/vvmnnnkv.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}},"created_at":"2019-04-24T13:30:32.000Z","updated_at":"2019-07-21T16:22:54.000Z","dependencies_parsed_at":"2023-03-18T05:45:54.713Z","dependency_job_id":null,"html_url":"https://github.com/vvmnnnkv/Shell","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmnnnkv%2FShell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmnnnkv%2FShell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmnnnkv%2FShell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vvmnnnkv%2FShell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vvmnnnkv","download_url":"https://codeload.github.com/vvmnnnkv/Shell/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250237842,"owners_count":21397403,"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":["shell","swift","swiftpm"],"created_at":"2024-10-02T01:57:45.270Z","updated_at":"2026-04-29T20:11:06.968Z","avatar_url":"https://github.com/vvmnnnkv.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Shell\n\nExecute command from Swift:\n\n```swift\n\nimport Shell\n\n// dull function\nlet res = shell(\"/bin/ls\", [\"-la\"])\nprint(\"output:\\n\\(res.output)\\n\\nexit code: \\(res.exitCode)\")\n\n// string extension\nprint(\"/bin/ls\".shell(\"-la\"))\n\n// bang prefix func\n!\"ls -la\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvmnnnkv%2Fshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvvmnnnkv%2Fshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvvmnnnkv%2Fshell/lists"}