pastery is a Sublime Text plugin for pastery - the sweetest pastebin in the world.
Through Package Control.
Do once:
Pastery requires an API key. Get yours from your Pastery.net account page.
Open the Pastery's settings in Sublime Text (Sublime Text 2/3
> Preferences
> Package Settings
> Pastery
> Settings - User
) and enter the code snippet below replacing foo
with your API key. Save the file and that's it.
{
"api_key": "foo"
}
Now you can use Pastery for Sublime Text.
Select any text, hit cmd
+ option
+ c
and the pastery link will be ready to be pasted from your clipboard.
If you don't select any text, the entire file will be pasted.
MIT