ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Paste Anywhere

by FMCorz ST2

Plugin for Sublime Text to paste multiple selections to your favourite paste site.

Details

  • 2013.10.21.02.55.36
  • github.​com
  • github.​com
  • 11 years ago
  • 15 minutes ago
  • 11 years ago

Installs

  • Total 121
  • Win 64
  • Mac 29
  • Linux 28
May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Paste Anywhere

A Sublime Text plugin to paste multiple selections to your favourite paste site.

Usage

Commands accessible via the command palette:

  • Paste Anywhere: to Pastie
  • Paste Anywhere: Privately
  • Paste Anywhere: For a day

Add your own commands to paste to other sites, define your own settings like the privacy, the time to live, the password, or other depending on the site you are using.

Settings

Each of these settings can be overwritten per command call.

to

The paster to paste to. The possible values are the name of the Paster (see the directory PyPasteLib/pasters) without the .py.

The following settings are the ones offered by the library PyPasteLib, not all the sites support all of them.

ttl

The time to live, in seconds.

private

True if the paste should be private.

poster

The name of the person pasting.

description

The description of the paste.

password

The password to access the paste.

result_sent_to

Where you want the URL to be set. The possible values are: clipboard, newfile, outputpanel.

set_identifiers

If you do not want the identifiers of each blob you are pasting to be defined, set this to false. For instance, on Gist, the identifier is the name of the file.

settings

The settings key must contain a key/value array for specific settings of the Paste. For instance, pasting to Pastebin requires an API key which must be set here.

Sites supported

Or any other ones supported by PyPasteLib.

License

Licensed under the MIT License