Just push a simple note to pushbullet or send a file link to pushbullet after uploading it to transfer.sh
Download binary from releases page
OR
go get github.com/meain/push
cd $GOPATH/src/github.com/meain/push
go get ./...
go install cmd/push/push.go
Once installed run
push conf
It will guide you through the configuration.
# push note
push note "Get Schwifty"
# push file
push file todo.md
# push folder ( will upload as zip )
push file todoDir
# Change configuration of push
push conf [deivice|token]