This is the trivial-open-browser Reference Manual, version 1.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Fri May 15 13:08:46 2026 GMT+0.
The main system appears first, followed by any subsystem dependency.
trivial-open-browserOpen the browser to a URL, on any system.
Ralph Schleicher <rs@ralph-schleicher.de>
Fernando Borretti <eudoxiahp@gmail.com>
MIT
1.0
trivial-features (system).
uiop (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.asdtrivial-open-browser (system).
trivial-open-browser/trivial-open-browser.lisptrivial-open-browser (system).
*browser-function* (special variable).
*browser-program* (special variable).
open-browser (function).
open-browser-through-shell (function).
Packages are listed by definition order.
trivial-open-browserOpen a file or URL.
common-lisp.
*browser-function* (special variable).
*browser-program* (special variable).
open-browser (function).
open-browser-through-shell (function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
The function that gets called with the file name or URL as argument. Default is the ‘open-browser-through-shell’ function, which see.
The shell command to open a file or URL.
Value has to be a string or ‘nil’. Default is ‘start’ for Windows, ‘open’ for Darwin/macOS, and ‘xdg-open’ otherwise.
Open a file or URL.
Argument LOCATION can be a file name or URL (a string). If
LOCATION is a file name containing spaces, it must not be
quoted.
Affected by the ‘*browser-function*’ special variable.
Run a shell command to open a file or URL.
Argument LOCATION can be a file name or URL (a string). If
LOCATION is a file name containing spaces, it must not be
quoted.
Return value is the exit code of the shell command, or ‘nil’
if ‘*browser-program*’ is ‘nil’. Please note that there is
no guarantee that the file or URL is actually opened when
the exit code indicates success.
Affected by the ‘*browser-program*’ special variable.
| Jump to: | F O |
|---|
| Jump to: | F O |
|---|
| Jump to: | *
S |
|---|
| Jump to: | *
S |
|---|
| Jump to: | F P S T |
|---|
| Jump to: | F P S T |
|---|