{"id":16423899,"url":"https://github.com/oliveroneill/webbrowser","last_synced_at":"2026-05-16T13:01:42.536Z","repository":{"id":63919481,"uuid":"145626476","full_name":"oliveroneill/WebBrowser","owner":"oliveroneill","description":"Small Swift Library for opening URLs in default browser","archived":false,"fork":false,"pushed_at":"2018-08-25T01:01:32.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T14:47:50.346Z","etag":null,"topics":["browser","linux","script","swift"],"latest_commit_sha":null,"homepage":null,"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/oliveroneill.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":"2018-08-21T22:35:21.000Z","updated_at":"2018-08-25T01:01:33.000Z","dependencies_parsed_at":"2023-01-14T14:00:43.345Z","dependency_job_id":null,"html_url":"https://github.com/oliveroneill/WebBrowser","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2FWebBrowser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2FWebBrowser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2FWebBrowser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oliveroneill%2FWebBrowser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oliveroneill","download_url":"https://codeload.github.com/oliveroneill/WebBrowser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240587527,"owners_count":19825004,"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":["browser","linux","script","swift"],"created_at":"2024-10-11T07:41:15.213Z","updated_at":"2026-05-16T13:01:37.500Z","avatar_url":"https://github.com/oliveroneill.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WebBrowser\n\nA small Swift library for opening URLs in the web browser from command line.\n\nThis was built for desktop Swift scripts and is compatible with Linux and\nmacOS.\nI have not tested it on Linux yet.\n\n## Installation\nAdd this to your Package.swift:\n```swift\n.package(url: \"https://github.com/oliveroneill/WebBrowser.git\", .upToNextMajor(from: \"1.0.0\")),\n```\n\n## Usage\n```swift\nimport WebBrowser\n\ndo {\n    try WebBrowser.open(url: URL(string: \"http://google.com/\")!)\n} catch {\n    // handle error\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliveroneill%2Fwebbrowser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foliveroneill%2Fwebbrowser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foliveroneill%2Fwebbrowser/lists"}