Skip to content

meain/push

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push Build Status

pushbullet + transfer.sh

Just push a simple note to pushbullet or send a file link to pushbullet after uploading it to transfer.sh

screencast

Installation

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

Configure

Once installed run

push conf

It will guide you through the configuration.

Usage

# 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]