querylinker
is a CLI tool to easily search Google, StackOverflow, ChatGPT, and Claude directly from your terminal.
To install querylinker
globally, run the following command:
npm install -g querylinker
QueryLinker allows you to perform quick searches across multiple platforms directly from your command line, saving you time and keeping you within your terminal environment.
To search Google, use the following command:
search google "Rust tutorial"
This will open your default browser and search for "Rust tutorial" on Google.
To search StackOverflow, use the following command:
search stackoverflow "Rust error handling"
This will open your browser and search for "Rust error handling" on StackOverflow.
To search ChatGPT, use the following command:
search chatgpt "How to implement a linked list in Rust"
This will open your browser and search for the query on ChatGPT.
To search Claude, use the following command:
search claude "What are the best practices for async programming in Rust?"
This will open your browser and search for the query on Claude.
- Node.js (version 14.0.0 or higher)
- npm (Node Package Manager)
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License.