New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

querylinker

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

querylinker

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

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
0
Created
Source

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.

FAQs

Package last updated on 29 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts