|
NAMEgozilla - force firefox to display specified part of a source fileSYNOPSISgozilla [-b browser][-p][+no] filegozilla [-b browser][-p] -d name DESCRIPTIONGozilla forces firefox to display specified part of a source file. Gozilla can be used with other browsers like chrome.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:
Second form:
Some browsers require you to load it before executing gozilla. OPTIONSThe following options are available:
FILES
ENVIRONMENT
EXAMPLES$ 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 DIAGNOSTICSGozilla exits with a non-0 value if an error occurred, 0 otherwise.SEE ALSOglobal(1), gtags(1), htags(1), epiphany(1), firefox(1), gtags.conf(5).GNU Global source code tag system
AUTHORSShigio YAMAGUCHI.HISTORYThe gozilla command appeared in FreeBSD 2.2.2 but was not installed by default.
Visit the GSP FreeBSD Man Page Interface. |