DEV Community

Dhairya Shah
Dhairya Shah

Posted on

3

How to Google Search from the terminal?

Originally Posted Here

As developers, we spend the majority of our time working with the terminal. The terminal is excellent at saving time and increasing productivity, such as when creating a file or performing complex tasks.

Have you wondered about searching Google directly from the terminal?

In this article, I will be showing you an easy and simple way to Google Search directly from the terminal.

Prerequisites

There isn't much on the prerequisites list :)

Let’s Google Search Like A Developer

  • Step: 1 Install an npm package

    $ npm i -g glook
    
  • Step 2: All things have been setup

    $ glook SEARCH_TERM
    

Now, you can directly Google Search from the terminal.

For more information, visit glook.dhairyashah.dev

Thanks for reading

Follow me on Twitter

Thanks for reading!

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

Top comments (0)

The best way to debug slow web pages cover image

The best way to debug slow web pages

Tools like Page Speed Insights and Google Lighthouse are great for providing advice for front end performance issues. But what these tools can’t do, is evaluate performance across your entire stack of distributed services and applications.

Watch video

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay