Skip to content

pr4k/howto

Repository files navigation


GoReport Build Stars Issues Forks

InstallationUsageFeaturesTo-DoLicense


howto is a terminal client for getting stackoverflow Answers for those who are constantly googling for doing basic programming tasks. Now it uses both google as well as Stackoverflow to get the results, because lets agree, google's search algorithm is way better than stackoverflow's search algorithm.

It is inspired by Howdoi and is purely written in Go.

Read About it at Medium

asciicast


Installation

Its simply go get to install

go get github.com/pr4k/howto 

For installing the package Use:

go install github.com/pr4k/howto 

Usage

howto <Your-Query>:<google/stackoverflow> Note:- if mode is not specified then the default mode is google.


Features

  • Uses Go Routines to parallely scrape answers so time complexity is independent of number of solution
  • Provides Terminal ui to navigate and access answers
  • Uses google's result along with stackoverflow's result.

To-Do

  • Add google results along with stackoverflow results (Done)
  • Implement Syntax Highlighting for code parts

License

License