pft-show - Man Page
Show the built site
Synopsis
pft show [-v]
Description
Once the site is built with pft-make(1), it can be visualized locally by invoking pft show.
This command is really just syntactic sugar for:
$BROWSER ROOT/build/index.html
Where $BROWSER depends on the pft.yaml configuration file (see pft-init(1)) or by the $BROWSER environment variable if no browser is defined by the configuration.
Options
- --browser=command
The browser can be specified by name (e.g.
firefox) or as a sh(1) command line, where%sis replaced with the file name (e.g.firefox '%s').This flag overrides the
system.browsersetting in thepft.yamlfile. If neither the flag nor the setting are specified, the$BROWSERenvironment variable will be honored.- --help | -h
Show this help.
See Also
Referenced By
2025-07-25 perl v5.42.0 User Contributed Perl Documentation