tabexplode

1.0.1 • Public • Published

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.

Package Sidebar

Install

npm i tabexplode

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • clux