Skip to content

CLI tool for searching Google, StackOverflow, ChatGPT, and Claude.

Notifications You must be signed in to change notification settings

haseeb5555/querylinker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

CLI tool for searching Google, StackOverflow, ChatGPT, and Claude.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published