{
    "content": [
        {
            "type": "text",
            "text": "# thor (man)\n\n## NAME\n\nthor - Scripting framework for command line utilities\n\n## SYNOPSIS\n\nthor help [TASK]\nthor install NAME\nthor installed\nthor list [SEARCHTERM]\nthor uninstall NAME\nthor update NAME\nthor version\n\n## DESCRIPTION\n\nThor  is  a  scripting framework designed for command line utilities.  It is supposed to be a\nreplacement for rake, sake and rubigen.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **COMMANDS** (1 subsections)\n- **SEE ALSO**\n- **AUTHORS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "thor",
        "section": "",
        "mode": "man",
        "summary": "thor - Scripting framework for command line utilities",
        "synopsis": "thor help [TASK]\nthor install NAME\nthor installed\nthor list [SEARCHTERM]\nthor uninstall NAME\nthor update NAME\nthor version",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "COMMANDS",
                "lines": 6,
                "subsections": [
                    {
                        "name": "installed",
                        "lines": 14
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "thor - Scripting framework for command line utilities\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "thor help [TASK]\n\nthor install NAME\n\nthor installed\n\nthor list [SEARCHTERM]\n\nthor uninstall NAME\n\nthor update NAME\n\nthor version\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Thor  is  a  scripting framework designed for command line utilities.  It is supposed to be a\nreplacement for rake, sake and rubigen.\n",
                "subsections": []
            },
            "COMMANDS": {
                "content": "help [TASK]\nDescribe available tasks or the specified task\n\ninstall NAME\nInstall an optionally named Thor file into your system tasks\n",
                "subsections": [
                    {
                        "name": "installed",
                        "content": "List the installed Thor modules and tasks\n\nlist [SEARCHTERM]\nList the available thor tasks (--substring means .*searchterm)\n\nuninstall NAME\nUninstall a named Thor module\n\nupdate NAME\nUpdate a Thor file from its original location\n\nversion Show Thor version\n\n"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "The Thor website: http://whatisthor.com/\n\nThe Thor wiki: https://github.com/wycats/thor/wiki\n\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Thor is written by Yehuda Katz, Eric Hodel, et al.\n\nThis manual page was written by Christian Hofstaedtler, based on the command-line  output  of\nthis program, for the Debian GNU/Linux system (but may be freely used by others).\n\n\n\nMay 7, 2013                                     thor(1)",
                "subsections": []
            }
        }
    }
}