0.0.3 • Published 1 year ago

wwwgrep v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

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