1.0.1 • Published 10 years ago

tabexplode v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

tabexplode

npm status dependency status stable

Simple streaming CLI to pipe a list of URLs to and they will open in your browser

Usage

Obtain a list of URLs somehow, say google's search API:

# pugbomb self
$ curl -sS "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&q=pug&rsz=8"
  | json responseData.results
  | json -a unescapedUrl
  | tabexplode

# gif search
$ curl -sS "https://ajax.googleapis.com/ajax/services/search/images?v=1.0&as_filetype=gif&safe=off&q=gameofthrones%20sausage"
  | json responseData.results
  | json -a unescapedUrl
  | tabexplode

Note that these examples requires a globally installed jsontool.

Installation

$ npm install -g tabexplode

Running tests

$ cat test.txt | tabexplode

License

MIT-Licensed. See LICENSE file for details.