# kweri - [kweri](#kweri) - [Usage](#usage) - [Why build this?](#why-build-this) - [Configuration](#configuration) - [Tips](#tips) - [Future changes](#future-changes) - [Buy me a coffee](#buy-me-a-coffee) This is a simple CLI program that searches in your favorite search engine using your system's default browser. ## Usage ```sh # Search using stdin kweri # Search your favorite engine for "I like turtles" kweri "I like turtles" # returns help text kweri --help # returns the version kweri --version ``` ## Why build this? I found that I was wanting to do a google or duckduckgo search from my cli more often and the process of tabbing out into the browser and clicking the address bar was getting annoying. ## Configuration [kweri](#kweri) will create a default config file with sample search engines and tell you where the config file was created on first use. ## Tips Create an alias for [kweri](#kweri) to something like `q`. ```sh alias q=kweri ``` This allows you to quickly search in the cli like so. ```sh q "I like turtles" ``` ## Future changes - [x] Would be nice to allow for stdin if you don't pass a query string? ## Buy me a coffee You can do this by either sending me crypto or going to my [ko-fi][kofi] profile. ```sh # BTC bc1q45068dgfzeds8vtncedtjt8whsmjsq3uykz8pk # LTC LL6Ntjv6jja1gzyFatK5rKoiWgQJp5anH2 # NAV NdWojNSyy2Qr7CbVH1HCsgNnR31A5qDtoo # ETH, BNB and other ERC tokens 0xc48dBdB37a5359c69A01671D45B14fe4Fcf69086 ``` [kofi]: https://ko-fi.com/mxaddict