Skip to content

oliveroneill/WebBrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebBrowser

A small Swift library for opening URLs in the web browser from command line.

This was built for desktop Swift scripts and is compatible with Linux and macOS. I have not tested it on Linux yet.

Installation

Add this to your Package.swift:

.package(url: "https://github.com/oliveroneill/WebBrowser.git", .upToNextMajor(from: "1.0.0")),

Usage

import WebBrowser

do {
    try WebBrowser.open(url: URL(string: "http://google.com/")!)
} catch {
    // handle error
}

About

Small Swift Library for opening URLs in default browser

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages