Sha256: 638631819314b31b241684f58146e973334c3113ff700c873bcac076fa2049f1

Contents?: true

Size: 888 Bytes

Versions: 2

Compression:

Stored size: 888 Bytes

Contents

web_grep
-------

Web grep is a grep for web pages.

Installation
============

```
gem install web_grep
```

Usage
=====

```
~ $ web_grep --help
Usage:
    web_grep WORD WEB_PAGE [OPTIONS]

Options
    -w, --word [word]                Searcheble word or RegExp
    -f, --file [file_path]           Search in file: "../index.html"
    -u, --url [url]                  Search in URL: "ya.ru"
    -q, --quite                      Show only xpaths
    -c, --count                      Show only count
    -x, --xpath                      Show xpaths to founded
    -s, --css                        Show css paths to founded
    -v, --version                    Show version
    -h, --help                       Show this help
```

```
~ $ web_grep Home https://www.yahoo.com -c
Found 33
```

Copyright
=========

Copyright (c) 2014 Vladislav Petrov.

See MIT-LICENSE.md for further details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
web_grep-1.2.0 README.md
web_grep-1.1.0 README.md