# README

howto is a terminal client for getting stackoverflow Answers for those who are constantly googling for doing basic programming tasks
It is inspired by Howdoi and is purely written in Go
Installation
go get github.com/pr4k/howto
For installing the package Use:
go install github.com/pr4k/howto
then just do:
howto <Your-Query>
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
To-Do
- Add google results along with stackoverflow results
- Implement Syntax Highlighting for code parts
License
- MIT license
- Copyright 2020 © pr4k