0.4.5 • Published 10 years ago

qrep v0.4.5

Weekly downloads
22
License
MIT
Repository
github
Last release
10 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

10 years ago

0.4.4

10 years ago

0.4.3

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

11 years ago

0.3.1

11 years ago

0.3.0

11 years ago

0.2.5

11 years ago

0.2.4

11 years ago

0.2.3

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.0

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago