Paste Anywhere
Plugin for Sublime Text to paste multiple selections to your favourite paste site.
Details
Installs
- Total 121
- Win 64
- Mac 29
- Linux 28
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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
- Code Vault
- gist
- Hey! Paste it
- KDE
- Mozilla
- Paste2.org
- PasteBay
- pastebin
- Pastee
- Pastie
- Slexy
- SnipSource
- Ubuntu
Or any other ones supported by PyPasteLib.
License
Licensed under the MIT License