This is the trivial-open-browser Reference Manual, version 0.1, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 07:56:54 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-open-browser
Open the browser to a URL, on any system.
Fernando Borretti
MIT
# trivial-open-browser
[![Quicklisp](http://quickdocs.org/badge/trivial-open-browser.svg)](http://quickdocs.org/trivial-open-browser/)
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.
0.1
uiop
(system).
src
(module).
Modules are listed depth-first from the system components tree.
trivial-open-browser/src
trivial-open-browser
(system).
trivial-open-browser.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
trivial-open-browser/trivial-open-browser.asd
trivial-open-browser
(system).
trivial-open-browser/src/trivial-open-browser.lisp
src
(module).
*browser-function*
(special variable).
open-browser
(function).
open-browser-through-shell
(function).
+format-string+
(special variable).
Packages are listed by definition order.
trivial-open-browser
common-lisp
.
*browser-function*
(special variable).
open-browser
(function).
open-browser-through-shell
(function).
+format-string+
(special variable).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The function that gets called with the URL to open the browser. Defaults to ‘browser-function‘.
Jump to: | F O |
---|
Jump to: | F O |
---|
Jump to: | *
+
S |
---|
Jump to: | *
+
S |
---|
Jump to: | F M P S T |
---|
Jump to: | F M P S T |
---|