oh-my-zsh/plugins/curl/curl.plugin.zsh

6 lines
81 B
Bash
Raw Normal View History

2015-02-25 11:33:26 +00:00
alias jcurl=jsoncurl
function jsoncurl()
{
curl -s $1 |python -m json.tool
}