An elementary OS app
Go to file
Artem Anufrij e94475cbb0
Merge pull request #145 from thejdev/master
Add flatpak manifest file
2021-08-29 00:22:20 +02:00
data prepare for new release 2021-03-24 12:48:02 +01:00
debian Add debian rules 2019-04-22 18:11:45 +02:00
meson Fix post_install.py script 2019-04-22 18:58:35 +02:00
po Add files via upload 2019-12-15 14:33:33 +01: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 remove Ctrl+Q 2020-11-17 23:05:02 +01:00
.gitignore Update .gitignore 2019-04-17 18:57:37 +02:00
.travis.yml travis 2018-10-25 22:45:50 +02:00
com.github.artemanufrij.webpin.yml Add flatpak manifest file 2021-08-25 12:54:19 +00:00
meson.build cmake --> meson 2018-10-11 21:56:34 +02:00
README.md Fix typo 2019-04-17 18:58:20 +02:00
uncrustify.cfg Fix ... typo + Add some tooltips 2019-04-18 11:42:39 +02: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 Webpin on your system

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