1.0.6 • Published 6 years ago

so-search v1.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

SOS - StackOverflow Search

This is a terminal tool for you to search for answers in stackoverflow never leaving your natural habitat!

How to use it

Just type sos and your question. Let's say you are facing a problem rendering an HTML5 canvas!

$ sos error rendering html5 canvas

Anything you pass after the sos command, will be treated as your question.

SOS Stackoverflow Search in terminal

Advantages

  • straight in your terminal
  • don't need to open another tab in your browser
  • highlights code (valid javascript codes, css and html)
  • takes in consideration italic, bold, links, lists and blockquotes
  • shows only questions that have a correct answer
  • shows the answer itself in the terminal
  • adds a link for you to (ctrl/cmd)+click and open the page in your browser

Installing

To install it, simply install it globally:

$ npm install -g so-search