Skip to content

karli-sjoberg/gswitch-gui

Repository files navigation

gswitch-gui

Hello!

I thought it would be fun to write a GUI application to the command line script "gswitch" I recently made, to make it easier and faster to use. I've never written any QT applications before and took this as a fun learning experiment that can benefit others at the same time.

Screenshot_20190519_2056

I'll explain how you can clone this project and build this yourselves!

sudo apt-get install -y build-essentials qt5-default
git clone https://github.com/karli-sjoberg/gswitch-gui
cd gswitch-gui
mkdir build
cd build
qmake ../Gswitch-GUI.pro
make
make clean
./Gswitch-GUI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published