sid-code / pushbulletutil

Pushbullet utilities in a nix flake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pushbullet utilities

Introduction

These are dead-simple command-line tools for interacting with pushbullet.

Pushbullet: https://pushbullet.com

Setup

Go here: https://www.pushbullet.com/#settings and get an access token.

Paste it into /tmp/pushbullet-token

I know this isn’t “nix”-y but I’m too lazy to figure out a better solution right now.

Push to device

nix run github:sid-code/pushbulletutil#pbpushto <your device iden> <title> <body>

Push to all devices

nix run github:sid-code/pushbulletutil#pbpushto <your device iden> <title> <body>

List devices

nix run github:sid-code/pushbulletutil#pbdevices

License

MIT

About

Pushbullet utilities in a nix flake


Languages

Language:Nix 100.0%