This Sublime Text plugin is for copy-pasting code quickly to dpaste, it will return the dpaste URL to the clipboard.
Install through Package Control or clone this repo into your Sublime Text's Packages folder.
- Mac: Select some text and use
CMD + SHIFT + C
instead of normalCMD + C
, the dpaste URL will be copied to your clipboard and you can useCMD + V
to paste right away. - Others: Use
CTRL + SHIFT + C
(and of courseCTRL + V
to paste) instead.