```bash
-innerHTML
$ echo "
hoge
fuga
xxx
" | web-grep "{}
" hoge fuga xxxhref
of with class box
and which contains <span>date</span>
$ echo '
This is just a CLI for tanakh/easy-scraper.
$ web-grep <query>
The query
is HTML pattern.
Patterns like
```html
{}
``` ```html
{}
```
web-grep
outputs all text for {}
.
(Note: the original library easy-scraper
use {{xxx}}
for placeholders, but this CLI use only {}
)
Get cargo
then,
```bash cargo build --release
cp target/release/web-grep /your/local/path/bin/ ```
or use make install
.