GOZILLA(1) | General Commands Manual | GOZILLA(1) |
gozilla - force a browser to display specified part of a source file
gozilla [-b browser][-p][+no] file
gozilla [-b browser][-p] -d name
Gozilla forces firefox to display specified part of a source file. Gozilla can be used with other browsers like chrome and epiphany.
In advance of using this command, you must execute gtags(1) and htags(1) at the root directory of the project to make tag files. Then you can execute this command anywhere in the project.
First form:
You can specify a source file and optional line number. This syntax is similar
to vi(1) and emacs(1).
Second form:
You can specify a definition name directly. The definition name should exist
in ´GTAGS´. This option requires ´HTML/MAP´
generated by htags(1).
Some browsers require you to load it before executing gozilla.
The following options are available:
$ gtags $ htags $ global -x main main 82 ctags.c main(argc, argv) $ gozilla +82 ctags.c $ gozilla -d main
$ gozilla -b lynx +82 ctags.c
Gozilla exits with a non-0 value if an error occurred, 0 otherwise.
global(1), gtags(1), htags(1), epiphany(1), mozilla(1), firefox(1), gtags.conf(5).
GNU GLOBAL source code tag system
(http://www.gnu.org/software/global/).
Shigio YAMAGUCHI.
The gozilla command appeared in FreeBSD 2.2.2 but was not installed by default.
March 2010 | GNU Project |