A Sublime Text plugin to paste multiple selections to your favourite paste site.
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.
Each of these settings can be overwritten per command call.
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.
The time to live, in seconds.
True if the paste should be private.
The name of the person pasting.
The description of the paste.
The password to access the paste.
Where you want the URL to be set. The possible values are: clipboard, newfile, outputpanel.
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.
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.
- Code Vault
- gist
- Hey! Paste it
- KDE
- Mozilla
- Paste2.org
- PasteBay
- pastebin
- Pastee
- Pastie
- Slexy
- SnipSource
- Ubuntu
Or any other ones supported by PyPasteLib.
Licensed under the MIT License