0.4.5 • Published 9 years ago

qrep v0.4.5

Weekly downloads
22
License
MIT
Repository
github
Last release
9 years ago

qrep

grep meets querySelectorAll

Badges

  • NPM Version
  • MIT LICENSE
  • Build Status
  • Dependency Status

Install

Using npm.

$ npm install -g qrep

Confirm.

$ qrep usage

Uninstall

$ npm uninstall -g qrep

Update

$ npm update -g qrep

Usage

qrep selector filename
qrep selector url

Option

qrep selector filename -e encoding(default = utf8)
qrep selector url -e encoding(default = utf8)

Example

Find selector in file.

$ qrep #logo ./tpl/index.html
<header><span id="logo"></span></header>

Find selector using URL.

$ qrep span.octicon-logo-github https://github.com
<span class="mega-octicon octicon-logo-github"></span>

Find selector with stdin.

$ curl -s -L http://google.com | qrep title
<title>Google</title>
0.4.5

9 years ago

0.4.4

9 years ago

0.4.3

9 years ago

0.4.2

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.5

9 years ago

0.2.4

9 years ago

0.2.3

9 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago