Skip to content

Commit

Permalink
Add example image
Browse files Browse the repository at this point in the history
  • Loading branch information
ddopson committed Aug 10, 2012
1 parent aa3b95a commit 4d9d7de
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.template
Expand Up @@ -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
Expand Down
Binary file added doc/example.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4d9d7de

Please sign in to comment.