Published on

How To Search On StackOverflow From Your Terminal

Authors

How do you search on StackOverflow? By Googling?

Want to do it right from your terminal?

Here's a quick post on how to do so.

Today I came across Ahmad Awais tweet about how2 app. I tried it instantly. In one word its simply AWESOME!

https://twitter.com/mrahmadawais/status/703877317916008448

Here's how to install how2 app

If you don't have node then you need to install it first. We can easily install node on Mac with brew

brew install node

Then we can install how2 app with npm

npm install -g how2

That's all...

Now you can you search questions on StackOverflow right from your terminal.