1. 2

Install the Client:

curl https://cht.sh/:cht.sh > ~/bin/cht.sh
chmod +x ~/bin/cht.sh

Now, you can use cht.sh instead of curl, and write your queries in more natural way, with spaces instead of +:

$ cht.sh go reverse a list
$ cht.sh python random list elements
$ cht.sh js parse json

It is even more convenient to start the client in a special shell mode:

$ cht.sh --shell
cht.sh> go reverse a list