Merge pull request #181 from danylevskyi/shyaml

Add shyaml
pull/287/head
Joshua Levy 2015-09-22 19:45:55 -07:00
commit d836c87b0f
1 changed files with 2 additions and 0 deletions

View File

@ -183,6 +183,8 @@ Notes:
- For JSON, use [`jq`](http://stedolan.github.io/jq/).
- For Yaml, use `shyaml`.
- For Excel or CSV files, [csvkit](https://github.com/onyxfish/csvkit) provides `in2csv`, `csvcut`, `csvjoin`, `csvgrep`, etc.
- For Amazon S3, [`s3cmd`](https://github.com/s3tools/s3cmd) is convenient and [`s4cmd`](https://github.com/bloomreach/s4cmd) is faster. Amazon's [`aws`](https://github.com/aws/aws-cli) is essential for other AWS-related tasks.