{
    "clipr::clipr_output": {
        "name": "Output to clipboard",
        "package": "clipr",
        "title": "",
        "description": "Copies the console output of a selected expression to the system clipboard",
        "interactive": false,
        "binding": "clipr_output",
        "ordinal": 2
    },
    "clipr::clipr_result": {
        "name": "Value to clipboard",
        "package": "clipr",
        "title": "",
        "description": "Copies the results of a selected expression to the system clipboard",
        "interactive": false,
        "binding": "clipr_result",
        "ordinal": 1
    },
    "reprex::reprex_addin": {
        "name": "Render reprex...",
        "package": "reprex",
        "title": "",
        "description": "Run `reprex::reprex()` to prepare a reproducible example for sharing.",
        "interactive": true,
        "binding": "reprex_addin",
        "ordinal": 3
    },
    "reprex::reprex_selection": {
        "name": "Reprex selection",
        "package": "reprex",
        "title": "",
        "description": "Prepare reprex from current selection",
        "interactive": false,
        "binding": "reprex_selection",
        "ordinal": 4
    }
}