goso: Stack Overflow CLI search tool written in Go

shadowy-pycoder

shadowy-pycoder

Posted on November 28, 2024

goso: Stack Overflow CLI search tool written in Go

If you want to get answers to your programming questions without ever leaving convinient Terminal, then you should try goso which stands for “Golang Stack Overflow”. It is available on Github: goso repo where you can find all necessary installation instructions to make it running on your machine.

Here is little demonstration how it looks like.

Run a command:

goso -l go -s onedark -q 1 -a 1 Sort maps in Go

Get your answer in a less than a second:

Image description

If you like this project, please give it a star or contribute to make it better.

💖 💪 🙅 🚩
shadowy-pycoder
shadowy-pycoder

Posted on November 28, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related