ohmyzsh/plugins/curl/curl.plugin.zsh
2015-02-25 12:33:26 +01:00

5 lines
81 B
Bash

alias jcurl=jsoncurl
function jsoncurl()
{
curl -s $1 |python -m json.tool
}