querylinker
v1.0.4
Published
CLI tool for searching Google, StackOverflow, ChatGPT, and Claude.
Downloads
275
Readme
QueryLinker
querylinker
is a CLI tool to easily search Google, StackOverflow, ChatGPT, and Claude directly from your terminal.
Installation
To install querylinker
globally, run the following command:
npm install -g querylinker
Features
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.
Usage
Search Google
To search Google, use the following command:
search google "Rust tutorial"
This will open your default browser and search for "Rust tutorial" on Google.
Search StackOverflow
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.
Search ChatGPT
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.
Search Claude
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.
Requirements
- Node.js (version 14.0.0 or higher)
- npm (Node Package Manager)
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License.