{
    "content": [
        {
            "type": "text",
            "text": "# git-web--browse (info)\n\n## NAME\n\ngit-web--browse - Git helper script to launch a web browser\n\n## SYNOPSIS\n\ngit web--browse [<options>] <url|file>...\n\n## DESCRIPTION\n\nThis script tries, as much as possible, to display the URLs and FILEs\nthat are passed as arguments, as HTML pages in new tabs on an already\nopened web browser.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **CONFIGURATION VARIABLES**\n- **NOTE ABOUT KONQUEROR**\n- **GIT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "git-web--browse",
        "section": "",
        "mode": "info",
        "summary": "git-web--browse - Git helper script to launch a web browser",
        "synopsis": "git web--browse [<options>] <url|file>...",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 43,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 11,
                "subsections": []
            },
            {
                "name": "CONFIGURATION VARIABLES",
                "lines": 20,
                "subsections": []
            },
            {
                "name": "NOTE ABOUT KONQUEROR",
                "lines": 26,
                "subsections": []
            },
            {
                "name": "GIT",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "git-web--browse - Git helper script to launch a web browser\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "git web--browse [<options>] <url|file>...\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This script tries, as much as possible, to display the URLs and FILEs\nthat are passed as arguments, as HTML pages in new tabs on an already\nopened web browser.\n\nThe following browsers (or commands) are currently supported:\n\no   firefox (this is the default under X Window when not using KDE)\n\no   iceweasel\n\no   seamonkey\n\no   iceape\n\no   chromium (also supported as chromium-browser)\n\no   google-chrome (also supported as chrome)\n\no   konqueror (this is the default under KDE, see Note about konqueror\nbelow)\n\no   opera\n\no   w3m (this is the default outside graphical environments)\n\no   elinks\n\no   links\n\no   lynx\n\no   dillo\n\no   open (this is the default under Mac OS X GUI)\n\no   start (this is the default under MinGW)\n\no   cygstart (this is the default under Cygwin)\n\no   xdg-open\n\nCustom commands may also be specified.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "-b <browser>, --browser=<browser>\nUse the specified browser. It must be in the list of supported\nbrowsers.\n\n-t <browser>, --tool=<browser>\nSame as above.\n\n-c <conf.var>, --config=<conf.var>\nCONF.VAR is looked up in the Git config files. If it's set, then\nits value specifies the browser that should be used.\n",
                "subsections": []
            },
            "CONFIGURATION VARIABLES": {
                "content": "CONF.VAR (from -c option) and web.browser\nThe web browser can be specified using a configuration variable passed\nwith the -c (or --config) command-line option, or the web.browser\nconfiguration variable if the former is not used.\n\nbrowser.<tool>.path\nYou can explicitly provide a full path to your preferred browser by\nsetting the configuration variable browser.<tool>.path. For example,\nyou can configure the absolute path to firefox by setting\nbrowser.firefox.path. Otherwise, git web--browse assumes the tool is\navailable in PATH.\n\nbrowser.<tool>.cmd\nWhen the browser, specified by options or configuration variables, is\nnot among the supported ones, then the corresponding browser.<tool>.cmd\nconfiguration variable will be looked up. If this variable exists then\ngit web--browse will treat the specified tool as a custom command and\nwill use a shell eval to run the command with the URLs passed as\narguments.\n",
                "subsections": []
            },
            "NOTE ABOUT KONQUEROR": {
                "content": "When konqueror is specified by a command-line option or a configuration\nvariable, we launch kfmclient to try to open the HTML man page on an\nalready opened konqueror in a new tab if possible.\n\nFor consistency, we also try such a trick if browser.konqueror.path is\nset to something like APATHTO/konqueror. That means we will try to\nlaunch APATHTO/kfmclient instead.\n\nIf you really want to use konqueror, then you can use something like\nthe following:\n\n[web]\nbrowser = konq\n\n[browser \"konq\"]\ncmd = APATHTO/konqueror\n\nNote about git-config --global\nNote that these configuration variables should probably be set using\nthe --global flag, for example like this:\n\n$ git config --global web.browser firefox\n\nas they are probably more user specific than repository specific. See\ngit-config(1) for more information about this.\n",
                "subsections": []
            },
            "GIT": {
                "content": "Part of the git(1) suite\n\nGit 2.34.1                        02/26/2026                GIT-WEB--BROWSE(1)",
                "subsections": []
            }
        }
    }
}