Sublime Upload to JustPaste.me Plugin
- A Sublime Text 2 plugin that uploads code snippets to JustPaste.me. Once uploaded, the link is immediately copied to your clipboard, ready to share with your friends!
-
Via Package Control: Press ctrl + shift + p and Search for the package
Just Paste. -
Download the plugin and extract it to your Packages Directory
-
Highlight a code or go to the file you want to upload its code
-
Either
right click > Submit Pasteor use the plugin-default keyboard shortcutF1to upload:- a snippet of highlighted code
- the current file
-
Select which syntax to use
-
Link will be automatically copied to your clipboard
Go to Preferences > Key Bindings - User and add the following line:
{ "keys": ["KEYBINDING"], "command": "submit_paste" }

