Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rightfold/open-browser

Haskell library for opening the web browser.
https://github.com/rightfold/open-browser

browser bsd haskell linux macos windows

Last synced: about 2 months ago
JSON representation

Haskell library for opening the web browser.

Awesome Lists containing this project

README

        

open-browser

open-browser is a Haskell package to open a web browser. See the Haddock
documentation for more information: http://hackage.haskell.org/package/open-
browser

Usage:

module Main
( main
) where

import Web.Browser (openBrowser)

main :: IO ()
main = openBrowser "http://haskell.org/" >>= print

License

This code is published under the BSD3 license.