Skip to content
This repository has been archived by the owner on Feb 12, 2020. It is now read-only.

clux/tabexplode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A streaming CLI for opening all URLs piped to it in a browser. ARCHIVED USE XARGS

Resources

Stars

Watchers

Forks

Packages

No packages published