trivial-open-browser

2016-08-25

Open the browser to a URL, on any system.

Upstream URL

github.com/eudoxia0/trivial-open-browser

Author

Fernando Borretti

License

MIT
README

trivial-open-browser

Quicklisp

Open the browser to a URL, on any system.

(trivial-open-browser:open-browser "http://www.google.com/")

By default, the library runs a shell command to open the browser on Windows, Linux and OS X. You can customize this by setting the value of *browser-function* to a custom function that takes a URL as its argument and somehow opens the browser to that URL.

License

Copyright (c) 2014-2015 Fernando Borretti (eudoxiahp@gmail.com)

Licensed under the MIT License.

Dependencies (1)

  • uiop
  • GitHub
  • Quicklisp