wf

package module
v0.0.2-0...-38cea72 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 5, 2017 License: MIT Imports: 7 Imported by: 0

README

Alfred Nopaste Workflow

This is a workflow for Alfred. It posts text in clipborad to nopaste.

Installation

Download nopaste-x.x.x.alfredworkflow to your computer and double click it.

Setup

You need to set variable for workflow to use it.

Variable Description Example
NOPASTE_ENDPOINT API Endpoint of nopaste service https://example.com/np
NOPASTE_USER Username for nopaste service (optional) anonymoust
NOPASTE_PASSWORD Password for nopaste service (optional) password

Licence

MIT

Author

handlename

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	Endpoint string
	User     string
	Password string
}

Client for nopaste

func (*Client) Post

func (c *Client) Post(content io.Reader) (resultURL *url.URL, err error)

Post text to nopaste.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL