Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rightfold/open-browser
- Owner: rightfold
- License: bsd-3-clause
- Created: 2017-03-09T08:55:35.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-09T08:55:47.000Z (almost 8 years ago)
- Last Synced: 2024-04-25T21:43:59.417Z (8 months ago)
- Topics: browser, bsd, haskell, linux, macos, windows
- Language: Haskell
- Size: 16.6 KB
- Stars: 21
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
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-
browserUsage:
module Main
( main
) whereimport Web.Browser (openBrowser)
main :: IO ()
main = openBrowser "http://haskell.org/" >>= printLicense
This code is published under the BSD3 license.