Skip to content

SpaciousCoder78/QuickOverflow

Repository files navigation

QuickOverflow

C Python Bash Script Linux

image

Warning

AI generated issues and PRs will be denied. I don't want QuickOverflow to be vibe developed. Feel free to use LLMs to fix bugs or critical errors but rest of the code needs to be human written.



A Command Line Tool for Unix Based Operating Systems to instantly open Stack Overflow Solution for corresponding error

Tired of googling all the time by copy pasting errors and getting incorrect solutions from LLMs?

QuickOverflow has a solution for that.

QuickOverflow is a Command Line Tool for Linux based systems to quickly get to solutions for your errors on browser right from your terminal, without ever clicking on your browser icon.

As of v3.0.1, QuickOverflow only supports Python debugging. However, support for other languages is planned and underway.

Getting Started

To get started you must have:

  • Linux Based Operating System
  • Python 3

Contributing

For contribution guide and guidelines, check CONTRIBUTING.md

Installation

QuickOverflow is now available on AUR for Arch Linux Users!

QuickOverflow on Arch Linux requires yay to be installed.

Install yay using the following command

$ sudo pacman -S yay
  • Install QuickOverflow from AUR using yay
$ sudo yay -S quickoverflow
  • Start QuickOverflow by typing
$ QuickOverflow

For Non Arch Linux Users/Building from source:

This software uses Make for build system, ensure you have Make installed

  • Clone the repository
$ git clone https://github.com/SpaciousCoder78/QuickOverflow.git
  • Move to the cloned directory
$ cd QuickOverflow
  • For Ubuntu Based Distributions, run
$ make ubuntu
  • For Arch Linux Based Distributions, run
$ make arch_linux
  • Run QuickOverflow from anywhere on your PC (Introduced in Update 3.0.0)
$ QuickOverflow

User Manual

Got stuck? Not sure how to use the software? This guide is for you

Supported Programming Languages:

  • Python

Type QuickOverflow into your terminal.

You will see this once you run it

$ QuickOverflow
QuickOverflow >

Type help to get a list of supported commands

Type search to start searching for errors from your code

For a more in-depth guide, check User Manual Wiki

Maintainer

Name Role
Aryan Karamtoth Author
Shastha Tyarla Maintainer

Credits

Name Contribution
Honey Pallakonda App Icon

About

A CLI Tool to auto-detect code errors and open StackOverflow Solutions from your terminal

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published