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

Pastery

by apas ALL

Sublime Text plugin for the sweetest pastebin

Details

Installs

  • Total 1K
  • Win 500
  • Mac 314
  • Linux 214
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 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14
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 1 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 0 0 1 0 0 0 0 0 0 0 0 1 0 0
Linux 0 0 0 0 1 0 0 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 0 1

Readme

Source
raw.​githubusercontent.​com

pastery

pastery is a Sublime Text plugin for pastery - the sweetest pastebin in the world.

Installation

Through Package Control.

Usage

Settings

Pastery requires an API key. Get yours from your Pastery.net account page.

Open the Pastery’s settings in Sublime Text (Sublime Text 3/4 > 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"
}

By default, Pastery deletes snippets after 30 days (43200 minutes). If you want to change this, replace the default value of the key duration with the desired value in the settings. The value is set in minutes.

{
  "api_key": "foo",
  "duration": "43200"
}

Now you can use Pastery for Sublime Text.

Paste

Select any text, hit cmd + option + c or print in your command palette Pastery: Send to Pastery and press Enter → enter the desired name of your snippet in the input panel → Enter → 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. The default snippet name is the file name with the extension for saved files and Untitled for unsaved buffers.

License

MIT