Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cosmic-utils/web-apps

Web applications at your fingertips.
https://github.com/cosmic-utils/web-apps

cosmic cosmic-ext-application pop-os webapps

Last synced: 3 days ago
JSON representation

Web applications at your fingertips.

Awesome Lists containing this project

README

        




Quick Web Apps

Quick Web Apps

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.


Quick Web Apps Dark window
Quick Web Apps Creator
Quick Web Apps Icon selector





Download on Flathub

# Installation

Clone the repository:

`git clone https://github.com/cosmic-utils/WebApps.git`

cd into folder

`cd WebApps`

## Just use, [just](https://github.com/casey/just)

For Pop OS make sure you have [just](https://github.com/casey/just) installed.

`sudo apt install just`

Make sure you are in `WebApps` directory. You should be already.

### Building

**NOTE:** Before installation you should build binary file.

### Build prerequisites

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`

**Run** this command and after it, you will be able to install
app.

`just`

### Installation

`sudo just install`

That's all. You can run `Quick Web Apps` from you app launcher.

### Uninstall

`sudo just uninstall`

# License

Code is distributed with [GPL-3.0 license](https://github.com/cosmic-utils/WebApps/blob/master/LICENSE)

## This is not an official COSMIC™ application from System76

# Credits

Special thanks to Linux Mint team for inspiration and solutions in this awesome
app: [webapp-manager](https://github.com/linuxmint/webapp-manager)