File tree Expand file tree Collapse file tree 4 files changed +13
-111
lines changed
Expand file tree Collapse file tree 4 files changed +13
-111
lines changed Original file line number Diff line number Diff line change 22# Update 2.1.0 - Added make to replace install.sh
33# type make into terminal to install QuickOverflow
44ubuntu : main.c
5+ sudo apt install gnome-terminal
56 sudo apt install pip
67 sudo apt install pipenv
78 pipenv install --python python3
@@ -11,6 +12,8 @@ ubuntu: main.c
1112 chmod +x search.py
1213 pipenv run pyinstaller --onefile --name search search.py
1314 sudo mv " dist/search" " /usr/local/bin"
15+ sudo mv " quickoflow.png" " /usr/share/icons/Humanity/apps/32"
16+ sudo mv " quickoverflow.desktop" " /home/$$ USER/.local/share/applications"
1417
1518arch_linux : main.c
1619 sudo pacman -S gcc
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ [Desktop Entry]
2+ Version =1.0
3+ Name =QuickOverflow
4+ Comment =A CLI Tool to auto-detect code errors and open solutions.
5+ Exec =gnome-terminal -- /usr/local/bin/QuickOverflow
6+ Path =/home
7+ Icon =/usr/share/icons/Humanity/apps/32/quickoflow.png
8+ Terminal =True
9+ Type =Application
10+ Categories =Utility;Development;
You can’t perform that action at this time.
0 commit comments