All Projects → pr4k → howto

pr4k / howto

Licence: MIT license
Terminal client for stack overflow

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to howto

howto
Dumping ground for various HowTo documents that I produce
Stars: ✭ 58 (+132%)
Mutual labels:  howto
sotoki
StackExchange websites to ZIM scraper
Stars: ✭ 64 (+156%)
Mutual labels:  stackoverflow
process-handbook
📗 Contains our processes, questions and journey to creating ateam
Stars: ✭ 70 (+180%)
Mutual labels:  howto
SolveWithStack
Android library for helping you to reach out to best possible answer for your bug/error available on stack overflow and will show it in your Android Studio Console only.
Stars: ✭ 15 (-40%)
Mutual labels:  stackoverflow
mk
LinuxCNC / Machinekit and EtherCAT notes.
Stars: ✭ 50 (+100%)
Mutual labels:  howto
ServiceNow-GraphQL-Example
Simple example how to use GraphQL in the latest ServiceNow Release: Paris
Stars: ✭ 18 (-28%)
Mutual labels:  howto
ChatSE
An Android application for StackOverflow and StackExchange chat! Revived by Tristan Wiley, base app created by Anubian
Stars: ✭ 22 (-12%)
Mutual labels:  stackoverflow
godot recipes
Lessons, tutorials, and guides for game development using the Godot game engine.
Stars: ✭ 135 (+440%)
Mutual labels:  howto
tutorials as code
so that stuff read/seen don't get muddled up with time
Stars: ✭ 42 (+68%)
Mutual labels:  howto
SkiPi
Skywire on Raspberry Pi
Stars: ✭ 16 (-36%)
Mutual labels:  howto
aws-java-developer-guide
Official repository of the AWS SDK for Java Developer Guide -- issues and contributions are welcome, see README for details.
Stars: ✭ 111 (+344%)
Mutual labels:  howto
hackertab.dev
Hackertab turns your New Tab page into a geeky one that keeps you as a developer updated with the best tools, news, jobs and events.
Stars: ✭ 229 (+816%)
Mutual labels:  stackoverflow
rawr
Extract raw R code directly from webpages, including Github, Kaggle, Stack Overflow, and sites made using Blogdown.
Stars: ✭ 15 (-40%)
Mutual labels:  stackoverflow
stack-search
chrome extansion for enrich stackoverflow results on google search
Stars: ✭ 22 (-12%)
Mutual labels:  stackoverflow
awesome-yaml
YAML awesomeness
Stars: ✭ 36 (+44%)
Mutual labels:  stackoverflow
portablebpf
You came here so you could have a base code to serve you as an example on how to develop a BPF application, compatible to BCC and/or LIBBPF, specially LIBBPF, having the userland part made in C or PYTHON.
Stars: ✭ 32 (+28%)
Mutual labels:  howto
graphoverflow
Run the entire StackOverflow on Dgraph. Work in progress.
Stars: ✭ 117 (+368%)
Mutual labels:  stackoverflow
cheat-sheet
collection of cheat sheets
Stars: ✭ 150 (+500%)
Mutual labels:  howto
aws-cpp-developer-guide
Content for the AWS SDK for C++ Developer Guide. For more info about the AWS C++ SDK, go to http://github.com/aws/aws-sdk-cpp
Stars: ✭ 19 (-24%)
Mutual labels:  howto
fix-linux-mouse
Hints how to fix USB mouse issues on Linux
Stars: ✭ 36 (+44%)
Mutual labels:  howto


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


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].