Resty is a marvellous little shell script which simplifies command-line access to REST resources (e.g. CouchDB) tremendously.
Instead of very long curl command-lines, you’ll typically use the GET, PUT, POST, DELETE commands – functions imported to your shell from Resty.
What might be Resty’s best feature is:
GET /jane | PUT -V
Highly recommended.