/rusty-search

A command-line interface (CLI) application developed in Rust that enables users to conduct web searches.

Primary LanguageRustApache License 2.0Apache-2.0

Rusty Search

Rusty-Search-Crates License

A command-line interface (CLI) application developed in Rust that enables users to conduct web searches.

Usage

rusty-search "Rusty Search Web Search"

Installation

Via Cargo Install

cargo install rusty-search
rusty-search --version

## Important: Export Google API key
export GOOGLE_SEARCH_API_KEY=<REPLACE_WITH_YOUR_API_KEY>
export GOOGLE_SEARCH_CX=<REPLACE_WITH_YOUR_CX>