lear 0.2.0

Prints a random passage from King Lear. For when you meant to type "clear"
Documentation
[
    {
        "Heading": {
            "act": "Act V",
            "scene": "Scene II",
            "setting": "A field between the two camps.",
            "staging": "Alarum within. Enter, with drum and colours, KING LEAR, CORDELIA, and Soldiers, over the stage; and exeunt. Enter EDGAR and GLOUCESTER"
        }
    },
    {
        "Dialogue": {
            "character": "EDGAR",
            "act": 5,
            "scene": 2,
            "start": 1,
            "end": 4,
            "lines": [
                {
                    "text": "Here, father, take the shadow of this tree"
                },
                {
                    "text": "For your good host; pray that the right may thrive:"
                },
                {
                    "text": "If ever I return to you again,"
                },
                {
                    "text": "I'll bring you comfort."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "GLOUCESTER",
            "act": 5,
            "scene": 2,
            "start": 5,
            "end": 5,
            "lines": [
                {
                    "text": "Grace go with you, sir!"
                },
                {
                    "direction": "Exit EDGAR"
                },
                {
                    "direction": "Alarum and retreat within. Re-enter EDGAR"
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "EDGAR",
            "act": 5,
            "scene": 2,
            "start": 6,
            "end": 8,
            "lines": [
                {
                    "text": "Away, old man; give me thy hand; away!"
                },
                {
                    "text": "King Lear hath lost, he and his daughter ta'en:"
                },
                {
                    "text": "Give me thy hand; come on."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "GLOUCESTER",
            "act": 5,
            "scene": 2,
            "start": 9,
            "end": 9,
            "lines": [
                {
                    "text": "No farther, sir; a man may rot even here."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "EDGAR",
            "act": 5,
            "scene": 2,
            "start": 10,
            "end": 12,
            "lines": [
                {
                    "text": "What, in ill thoughts again? Men must endure"
                },
                {
                    "text": "Their going hence, even as their coming hither;"
                },
                {
                    "text": "Ripeness is all: come on."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "GLOUCESTER",
            "act": 5,
            "scene": 2,
            "start": 13,
            "end": 13,
            "lines": [
                {
                    "text": "And that's true too."
                },
                {
                    "direction": "Exeunt"
                }
            ]
        }
    }
]