Installation • Usage • Features • To-Do • License
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
Its simply go get to install
go get github.com/pr4k/howto
For installing the package Use:
go install github.com/pr4k/howto
howto <Your-Query>:<google/stackoverflow>
Note:- if mode is not specified then the default mode is google.
- 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.
- Add google results along with stackoverflow results (Done)
- Implement Syntax Highlighting for code parts
- MIT license
- Copyright 2020 © pr4k