Skip to content

Simple plugin to paste the current selection to a pastebin and return the URL to the clipboard

Notifications You must be signed in to change notification settings

Paaskehare/pastebin-sublime-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

Sublime Pastebin Plugin

This is a simple plugin for Sublime Text to allow for easily pasting code to a pastebin

It takes the current selection in a file, uploads it to (by default) upl.io, and returns the URL to the clipboard.

Support

Sublime Pastebin Plugin supports both Sublime Text 2 and Sublime Text 3

Installation

Clone this repo into your Sublime Text Packages directory (replace 2 with 3 if you use sublime text 3) ###Linux cd ~/.config/sublime-text-2/Packages/ git clone git://github.com/Paaskehare/pastebin-sublime-plugin.git

###Mac cd ~/"Library/Application Support/Sublime Text 2/Packages/" git clone git://github.com/Paaskehare/pastebin-sublime-plugin.git

Usage

Select some text (or don't) and hit ctrl + alt + c and afterwards ctrl + v - and you're good to go!

Good luck!

About

Simple plugin to paste the current selection to a pastebin and return the URL to the clipboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages