https://github.com/meain/push
Push notes or files to pushbullet
https://github.com/meain/push
file-upload pushbullet shell transfersh
Last synced: 23 days ago
JSON representation
Push notes or files to pushbullet
- Host: GitHub
- URL: https://github.com/meain/push
- Owner: meain
- Created: 2017-11-08T06:10:32.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-25T05:26:52.000Z (almost 7 years ago)
- Last Synced: 2025-02-09T00:13:51.823Z (3 months ago)
- Topics: file-upload, pushbullet, shell, transfersh
- Language: Go
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Push [](https://travis-ci.org/meain/push)
> [pushbullet](https://www.pushbullet.com/) + [transfer.sh](https://transfer.sh/)
Just push a simple note to [pushbullet](https://www.pushbullet.com/) or send a file link to pushbullet after uploading it to [transfer.sh](https://transfer.sh/)

## Installation
Download binary from [releases page](https://github.com/meain/push/releases)
**OR**
```sh
go get github.com/meain/push
cd $GOPATH/src/github.com/meain/push
go get ./...
go install cmd/push/push.go
```## Configure
Once installed run
```bash
push conf
```
It will guide you through the configuration.## Usage
```sh
# 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]
```