Pushbullet client for elementary os.
- Send pushes (Note/Link) to all the platforms supported by Pushbullet.
- Send Files to devices.
Nodejs is required.
Vala dependencies
- libsecret-1
- meson
- valac
Nodejs dependencies
See package.json
Create a config.js which exports a sentry raven url for crash reporting
npm install -g pkg # yarn global install pkg
npm install # or yarn install
meson build
mesonconf -Dprefix=/usr
npm run build # yarn build prebuilt binaries are also provided
cd build
ninja
sudo ninja install
com.github.harisvsulaiman.pushy