trivial-open-browser

https://github.com/eudoxia0/trivial-open-browser.git

git clone 'https://github.com/eudoxia0/trivial-open-browser.git'

(ql:quickload :trivial-open-browser)
4

trivial-open-browser

Quicklisp

Open the browser to a URL, on any system.

~~~lisp (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.