{
    "content": [
        {
            "type": "text",
            "text": "# thor(1) (man)\n\n**Summary:** thor - Scripting framework for command line utilities\n\n**Synopsis:** thor help [TASK]\nthor install NAME\nthor installed\nthor list [SEARCHTERM]\nthor uninstall NAME\nthor update NAME\nthor version\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (15 lines)\n- **DESCRIPTION** (3 lines)\n- **COMMANDS** (6 lines) — 1 subsections\n  - installed (14 lines)\n- **SEE ALSO** (5 lines)\n- **AUTHORS** (8 lines)\n\n## Full Content\n\n### NAME\n\nthor - Scripting framework for command line utilities\n\n### SYNOPSIS\n\nthor 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### 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### COMMANDS\n\nhelp [TASK]\nDescribe available tasks or the specified task\n\ninstall NAME\nInstall an optionally named Thor file into your system tasks\n\n#### installed\n\nList 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\n\nThe Thor website: http://whatisthor.com/\n\nThe Thor wiki: https://github.com/wycats/thor/wiki\n\n### AUTHORS\n\nThor 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)\n\n"
        }
    ],
    "structuredContent": {
        "command": "thor",
        "section": "1",
        "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": []
            }
        ]
    }
}