An elementary OS app
Go to file
2018-09-19 21:56:01 +02:00
.vscode improved icon fetching 2018-02-05 19:48:16 +01:00
data Update com.github.artemanufrij.webpin.appdata.xml 2018-07-22 20:09:25 +02:00
debian http to https 2018-03-13 10:22:16 +01:00
po Added Dutch translation 2018-09-06 18:07:08 +02:00
schemas code clean up 2017-11-26 00:07:55 +01:00
screenshots added an example file for local webpage 2018-09-19 21:56:01 +02:00
src allow file:/// locations 2018-09-19 20:15:13 +02:00
.travis.yml travis 2018-07-21 11:12:46 +02:00
Apps.png Add files via upload 2017-08-01 19:04:04 +02:00
CMakeLists.txt Edit translation and add Russian language 2017-08-01 22:33:37 +04:00
Config.vala.cmake http to https 2018-03-13 10:22:16 +01:00
README.md Update README.md 2018-09-01 20:23:54 +02:00
Screenshot.png Add files via upload 2017-08-14 18:29:30 +02:00
Screenshot_app_list.png Add files via upload 2017-08-06 22:04:34 +02:00
Screenshot_new_app.png Add files via upload 2017-08-06 22:04:34 +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

Create build folder, compile and start application

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make

Install and start Webpin on your system

sudo make install
com.github.artemanufrij.webpin