{"id":28506715,"url":"https://github.com/spaciouscoder78/quickoverflow","last_synced_at":"2025-06-21T04:35:43.736Z","repository":{"id":297737315,"uuid":"997733925","full_name":"SpaciousCoder78/QuickOverflow","owner":"SpaciousCoder78","description":"A CLI Tool to auto-detect code errors and open StackOverflow Solutions from your terminal","archived":false,"fork":false,"pushed_at":"2025-06-21T01:41:25.000Z","size":1449,"stargazers_count":4,"open_issues_count":12,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-21T02:34:03.231Z","etag":null,"topics":["cli","linux-app","stackoverflow-search"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SpaciousCoder78.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-06-07T04:17:28.000Z","updated_at":"2025-06-21T01:41:29.000Z","dependencies_parsed_at":"2025-06-21T02:28:04.039Z","dependency_job_id":"a8674bdd-8718-40be-a240-176b8c2d749f","html_url":"https://github.com/SpaciousCoder78/QuickOverflow","commit_stats":null,"previous_names":["spaciouscoder78/pyoverflow-cli","spaciouscoder78/quickoverflow"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/SpaciousCoder78/QuickOverflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2FQuickOverflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2FQuickOverflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2FQuickOverflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2FQuickOverflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SpaciousCoder78","download_url":"https://codeload.github.com/SpaciousCoder78/QuickOverflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SpaciousCoder78%2FQuickOverflow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261064240,"owners_count":23104722,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","linux-app","stackoverflow-search"],"created_at":"2025-06-08T20:06:13.487Z","updated_at":"2025-06-21T04:35:43.728Z","avatar_url":"https://github.com/SpaciousCoder78.png","language":"C","readme":"# QuickOverflow\n\n\n\n![image](https://github.com/user-attachments/assets/f717ccc0-c2b5-43b6-b8c9-bb305e4dcfbb)\n\n\n![C](https://img.shields.io/badge/c-%2300599C.svg?style=for-the-badge\u0026logo=c\u0026logoColor=white)\n![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge\u0026logo=python\u0026logoColor=ffdd54)\n![Bash Script](https://img.shields.io/badge/bash_script-%23121011.svg?style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white)\n![Linux](https://img.shields.io/badge/Linux-FCC624?style=for-the-badge\u0026logo=linux\u0026logoColor=black)\n\n![image](https://github.com/SpaciousCoder78/QuickOverflow/blob/main/.github/img/demo.gif?raw=true)\n\n\u003e [!WARNING]\n\u003e 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.\n\nA Command Line Tool for Unix Based Operating Systems to instantly open Stack Overflow Solution for corresponding error\n\nTired of googling all the time by copy pasting errors and getting incorrect solutions from LLMs?\n\nQuickOverflow has a solution for that.\n\nQuickOverflow 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.\n\nAs of v1.0.1, QuickOverflow only supports Python debugging. However, support for other languages is planned and underway.\n\n## Getting Started\n\nTo get started you must have:\n\n- Linux Based Operating System\n- Python 3.12\n\nMost distributions come with Python3 installed, however Python 3.12 is highly recommended for dependency compatibility\n\nCheck your python version using\n\n```sh\n$ python3 --version\n```\nIf you have a different version, follow the steps below:\n\nFor Ubuntu/Debian Based Distros\n\n```sh\n$ sudo apt install python3.12\n```\n\nFor Fedora/CentOS/RedHat Based Distros\n\n```sh\n$ sudo dnf install python3.12\n```\n\nFor Arch Linux Based Distros\n\n```sh\n$ sudo pacman -S python312\n```\n\n## Installation\n\n- Clone the repository \n\n```sh\n$ git clone https://github.com/SpaciousCoder78/QuickOverflow.git\n```\n\n- Move to the cloned directory\n\n```sh\n$ cd QuickOverflow\n```\n\n- Run the install script on your Linux system\n\n```sh\n$ sh install.sh\n```\n\n- Run the run script to start using QuickOverflow\n\n```sh\n$ sh run.sh\n```\n\n## User Manual\n\nGot stuck? Not sure how to use the software? This guide is for you\n\nSupported Programming Languages:\n\n- Python\n\nRun the `run.sh` file post installation to use the software.\n\nYou will see this once you run it\n\n```sh\n\n$ sh run.sh\nQuickOverflow \u003e\n\n```\nType `help` to get a list of supported commands\n\nType `search` to start searching for errors from your code\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fquickoverflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspaciouscoder78%2Fquickoverflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspaciouscoder78%2Fquickoverflow/lists"}