# bing-search
Bing search engine in your terminal
## setup
```shell
cargo install bing-search
```
Optionally install viu, to view images in your console output. Yes, console output!
```shell
cargo install viu
```
or visit [viu GitHub](https://github.com/atanunq/viu)
Windows users, I'm sorry, you can try Windows Subsystem for Linux, but you have already Bing.com integration, so...
## usage
```shell
Usage: bing-search [OPTIONS]
Options:
-q, --query <QUERY> search query [default: "Nutek Terminal"]
-i, --image image search
-c, --cvid <CVID> cvid
-m, --max <MAX> max results
-h, --help Print help
-V, --version Print version
```
Currently image displays the front page of search, and provides a link to details of image. No history is preserved.