lear 0.2.0

Prints a random passage from King Lear. For when you meant to type "clear"
Documentation
[
    {
        "Heading": {
            "act": "Act I",
            "scene": "Scene III",
            "setting": "The Duke of Albany's palace.",
            "staging": "Enter GONERIL, and OSWALD, her steward"
        }
    },
    {
        "Dialogue": {
            "character": "GONERIL",
            "act": 1,
            "scene": 3,
            "start": 1,
            "end": 1,
            "lines": [
                {
                    "text": "Did my father strike my gentleman for chiding of his fool?"
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "OSWALD",
            "act": 1,
            "scene": 3,
            "start": 2,
            "end": 2,
            "lines": [
                {
                    "text": "Yes, madam."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "GONERIL",
            "act": 1,
            "scene": 3,
            "start": 3,
            "end": 10,
            "lines": [
                {
                    "text": "By day and night he wrongs me; every hour"
                },
                {
                    "text": "He flashes into one gross crime or other,"
                },
                {
                    "text": "That sets us all at odds: I'll not endure it:"
                },
                {
                    "text": "His knights grow riotous, and himself upbraids us"
                },
                {
                    "text": "On every trifle. When he returns from hunting,"
                },
                {
                    "text": "I will not speak with him; say I am sick:"
                },
                {
                    "text": "If you come slack of former services,"
                },
                {
                    "text": "You shall do well; the fault of it I'll answer."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "OSWALD",
            "act": 1,
            "scene": 3,
            "start": 11,
            "end": 11,
            "lines": [
                {
                    "text": "He's coming, madam; I hear him."
                },
                {
                    "direction": "Horns within"
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "GONERIL",
            "act": 1,
            "scene": 3,
            "start": 12,
            "end": 21,
            "lines": [
                {
                    "text": "Put on what weary negligence you please,"
                },
                {
                    "text": "You and your fellows; I'll have it come to question:"
                },
                {
                    "text": "If he dislike it, let him to our sister,"
                },
                {
                    "text": "Whose mind and mine, I know, in that are one,"
                },
                {
                    "text": "Not to be over-ruled. Idle old man,"
                },
                {
                    "text": "That still would manage those authorities"
                },
                {
                    "text": "That he hath given away! Now, by my life,"
                },
                {
                    "text": "Old fools are babes again; and must be used"
                },
                {
                    "text": "With cheques as flatteries,--when they are seen abused."
                },
                {
                    "text": "Remember what I tell you."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "OSWALD",
            "act": 1,
            "scene": 3,
            "start": 22,
            "end": 22,
            "lines": [
                {
                    "text": "Well, madam."
                }
            ]
        }
    },
    {
        "Dialogue": {
            "character": "GONERIL",
            "act": 1,
            "scene": 3,
            "start": 23,
            "end": 27,
            "lines": [
                {
                    "text": "And let his knights have colder looks among you;"
                },
                {
                    "text": "What grows of it, no matter; advise your fellows so:"
                },
                {
                    "text": "I would breed from hence occasions, and I shall,"
                },
                {
                    "text": "That I may speak: I'll write straight to my sister,"
                },
                {
                    "text": "To hold my very course. Prepare for dinner."
                },
                {
                    "direction": "Exeunt"
                }
            ]
        }
    }
]