wwwgrep

0.0.3 • Public • Published

wwwwwgrep

wwwrep is a command line tool (web-crawler) for searching text in entire website.

Examples

wwwwwgrep https://dsheiko.com "Puppetry 3"

This example will return a list of all the pages that contain the given keyword.

Example

Usage

wwwgrep <url> <keyword>

where:

base URL (e.g. https://dsheiko.com) keyword to look for (e.g. Puppetry)

Install

Install using npm - we recommend a global install:

npm install -g wwwgrep

NOTE: If you install under sudo, do not forget about access permissions:

sudo chown -R $(whoami) $(npm config get prefix)/{lib/node_modules,bin,share}

See details at http://npm.github.io/installation-setup-docs/installing/a-note-on-permissions.html

Readme

Keywords

Package Sidebar

Install

npm i wwwgrep

Weekly Downloads

2

Version

0.0.3

License

MIT

Unpacked Size

89.8 kB

Total Files

4

Last publish

Collaborators

  • dsheiko