Web App Manager for the COSMIC™ desktop written with love and libcosmic. Allow you to simply create web applications from given url working inside separate window of your browser of choice.
Clone the repository:
git clone https://github.com/cosmic-utils/WebApps.git
cd into folder
cd WebApps
Just use, just
For Pop OS make sure you have just installed.
sudo apt install just
Make sure you are in WebApps
directory. You should be already.
NOTE: Before installation you should build binary file.
Before compilation please add needed dependencies to your system, or make sure they are installed.
- rustc
- cargo
- pkg-config
- libssl-dev
for Pop OS you can install them via this command:
sudo apt install rustc cargo pkg-config libssl-dev libxkbcommon-dev
Run this command and after it, you will be able to install app.
just
sudo just install
That's all. You can run Quick Web Apps
from you app launcher.
sudo just uninstall
Code is distributed with GPL-3.0 license
Special thanks to Linux Mint team for inspiration and solutions in this awesome app: webapp-manager