plain

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 19, 2019 License: MIT Imports: 6 Imported by: 0

README

plain.im

plain.im is a plaintext paste service with 24 hours expiration time.

go get github.com/dmgk/plain

API

Paste the command output:

command | curl -sF "plain=<-" https://plain.im/

Create an alias:

alias plain='curl -sF "plain=<-" https://plain.im/'

to shorten paste command to just

command | plain

Paste and make link available as an X selection for pasting into X applications (requires xclip):

alias plain='curl -sF "plain=<-" https://plain.im/ | tee /dev/stderr | xclip'

PASTE REMOVAL

Paste can be removed by making a DELETE request to the paste URL:

curl -X DELETE https://plain.im/key'

LICENSE

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Google Datastore backing store.
Google Datastore backing store.

Jump to

Keyboard shortcuts

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