An elementary OS app
Go to file
Artem Anufrij c7d74f21fb appdata
2018-10-19 12:07:13 +02:00
.vscode fixed restore window size; added file:/// into placeholder 2018-10-18 22:10:56 +02:00
data appdata 2018-10-19 12:07:13 +02:00
debian cmake --> meson 2018-10-11 21:56:34 +02:00
meson cmake --> meson 2018-10-11 21:56:34 +02:00
po cmake --> meson 2018-10-11 21:56:34 +02:00
schemas cmake --> meson 2018-10-11 21:56:34 +02:00
screenshots moved screenshots into a separate folder 2018-10-11 21:58:30 +02:00
src changed size for url entry 2018-10-19 12:06:11 +02:00
.gitignore fixed restore window size; added file:/// into placeholder 2018-10-18 22:10:56 +02:00
.travis.yml removed dist from travis 2018-10-11 21:59:21 +02:00
Config.vala.cmake http to https 2018-03-13 10:22:16 +01:00
meson.build cmake --> meson 2018-10-11 21:56:34 +02:00
README.md Update README.md 2018-10-12 00:26:57 +02:00
uncrustify.cfg grab icon, save position 2018-02-04 18:09:24 +01:00

Webpin


A simple app to pin websites on the desktop

Designed for elementary OS

Build Status

Donate

PayPal | LiberaPay | Patreon

Get it on AppCenter


Pin your any favourite website on Applications Menu or Plank like a regular desktop app

Install from Github.

As first you need elementary SDK

sudo apt install elementary-sdk

Install dependencies

sudo apt install libwebkit2gtk-4.0-dev

Clone repository and change directory

git clone https://github.com/artemanufrij/webpin.git
cd webpin

Compile, install and start Melody on your system

meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.webpin