so-search

StackOverflow Search

Usage no npm install needed!

<script type="module">
  import soSearch from 'https://cdn.skypack.dev/so-search';
</script>

README

SOS - StackOverflow Search

npm version License Travis Build Open Issues Code quality

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