xonsh/xonsh/xontribs.json
Anthony Scopatz 8fc2b2998d xontrib fix
2016-05-28 19:39:39 -04:00

47 lines
1.4 KiB
JSON

{"xontribs": [
{"name": "mpl",
"package": "xonsh",
"url": "http://xon.sh",
"description": ["Matplotlib hooks for xonsh, including the new 'mpl' alias ",
"that displays the current figure on the screen."]
},
{"name": "prompt_ret_code",
"package": "xontrib-prompt-ret-code",
"url": "https://github.com/Siecje/xontrib-prompt-ret-code",
"description": ["Adds return code info to the prompt"]
},
{"name": "xo",
"package": "exofrills",
"url": "https://github.com/scopatz/xo",
"description": ["Adds an 'xo' alias to run the exofrills text editor in the ",
"current Python interpreter session. This shaves off a ",
"bit of the startup time when running your favorite, minimal ",
"text editor."]
}
],
"packages": {
"exofrills": {
"license": "WTFPL",
"url": "http://exofills.org",
"install": {
"conda": "conda install -c conda-forge xo",
"pip": "pip install exofrills"}
},
"xonsh": {
"license": "BSD 3-clause",
"url": "http://xon.sh",
"install": {
"conda": "conda install -c conda-forge xonsh",
"pip": "pip install xonsh",
"aura": "sudo aura -A xonsh",
"yaourt": "yaourt -Sa xonsh"}
},
"xontrib-prompt-ret-code": {
"license": "MIT",
"url": "https://github.com/Siecje/xontrib-prompt-ret-code",
"install": {
"pip": "pip install xontrib-prompt-ret-code"
}
}
}
}