diff --git a/README.md b/README.md index aad1fe9..ff2e774 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Underscore-CLI can be a simple pretty printer: cat data.json | underscore print --color +![example.png](https://raw.github.com/ddopson/underscore-cli/master/doc/example.png) + Or it can form the backbone of a rich, full-powered Javascript command-line, inspired by "perl -pe", and doing for structured data what sed, awk, and grep do for text. cat example-data/earthporn.json | underscore extract 'data.children' | underscore pluck data | underscore pluck title diff --git a/README.template b/README.template index 8d6b26a..84e50d8 100644 --- a/README.template +++ b/README.template @@ -15,6 +15,8 @@ Underscore-CLI can be a simple pretty printer: cat data.json | underscore print --color +![example.png](https://raw.github.com/ddopson/underscore-cli/master/doc/example.png) + Or it can form the backbone of a rich, full-powered Javascript command-line, inspired by "perl -pe", and doing for structured data what sed, awk, and grep do for text. cat example-data/earthporn.json | underscore extract 'data.children' | underscore pluck data | underscore pluck title diff --git a/doc/example.png b/doc/example.png new file mode 100644 index 0000000..b51f987 Binary files /dev/null and b/doc/example.png differ