2 unstable releases
0.2.0 | Apr 27, 2023 |
---|---|
0.1.0 | Apr 19, 2023 |
#11 in #google-search
13KB
clisearch
Synopsis
A crate that provides the option of performing google search in the CLI
Explanation
I was looking for the ability of performing google searches inside of the terminal and decided to build this tool with rust, not for any particular reason other than to learn. If you decide to use this there are a few things you should be aware of. This tool was created to purely meet my bare minimum requirement which is to provide a prompt and receive a list of links. At the time of writing that is all it does with no edge case handling, there are multiple improvement areas that may be adressed in the future.
Usage
Download with cargo
cargo install clisearch
Example usage
clisearch "your prompt here"
Please note that the quotationmarks are necessary - whatever is within the quotationsmarks is what will be google searched.
Want something fixed?
If you found a bug, an issue, an improvement, please submit an issue(if it hasn't already been raised) using the issue tab towards the top.
Dependencies
~6–18MB
~276K SLoC