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

pastebin-sublime-plugin

by Paaskehare ALL

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

Details

  • 2016.03.25.18.02.29
  • upl.​io
  • github.​com
  • 8 years ago
  • 8 minutes ago
  • 13 years ago

Installs

  • Total 5K
  • Win 2K
  • Mac 1K
  • Linux 951
Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30 Aug 29 Aug 28 Aug 27 Aug 26 Aug 25 Aug 24 Aug 23 Aug 22 Aug 21 Aug 20 Aug 19 Aug 18 Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2
Windows 0 0 0 0 0 0 0 0 1 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 1 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 1 0 1 1 1 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

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!