You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
19
30
20
31
Tired of googling all the time by copy pasting errors and getting incorrect solutions from LLMs?
@@ -23,7 +34,7 @@ QuickOverflow has a solution for that.
23
34
24
35
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.
25
36
26
-
As of v2.1.0, QuickOverflow only supports Python debugging. However, support for other languages is planned and underway.
37
+
As of v3.0.1, QuickOverflow only supports Python debugging. However, support for other languages is planned and underway.
27
38
28
39
## Getting Started
29
40
@@ -32,13 +43,40 @@ To get started you must have:
32
43
- Linux Based Operating System
33
44
- Python 3
34
45
35
-
36
46
## Contributing
37
47
38
48
For contribution guide and guidelines, check 
39
49
50
+
51
+
40
52
## Installation
41
53
54
+
QuickOverflow is now available on AUR for Arch Linux Users!
55
+
56
+
QuickOverflow on Arch Linux requires `yay` to be installed.
57
+
58
+
Install `yay` using the following command
59
+
60
+
```sh
61
+
$ sudo pacman -S yay
62
+
```
63
+
64
+
- Install QuickOverflow from AUR using `yay`
65
+
66
+
```sh
67
+
$ sudo yay -S quickoverflow
68
+
```
69
+
70
+
- Start QuickOverflow by typing
71
+
72
+
```sh
73
+
$ QuickOverflow
74
+
```
75
+
76
+
77
+
78
+
For Non Arch Linux Users/Building from source:
79
+
42
80
This software uses Make for build system, ensure you have Make installed
43
81
44
82
- Clone the repository
@@ -58,6 +96,7 @@ $ cd QuickOverflow
58
96
```sh
59
97
$ make ubuntu
60
98
```
99
+
61
100
- For Arch Linux Based Distributions, run
62
101
63
102
```sh
@@ -70,6 +109,7 @@ $ make arch_linux
70
109
$ QuickOverflow
71
110
```
72
111
112
+
73
113
## User Manual
74
114
75
115
Got stuck? Not sure how to use the software? This guide is for you
0 commit comments