Quick-paste is a sublime text plugin which helps in pushing code/text to the paste server as well as pulling code/text from the paste server mentioned below.
- Pastebin
- Push (guest) :- It quickly pushes code/text to server as a guest.
- Push (user) :- It pushes code/text to pastebin server as a logged in user. you need to have an account to use this function.
- Pull (user) :- It pulls code/text list of a logged in user and let you select one of your pushed code/text and pulls that from server. you need to have an account to use this function.
- Pull (public or unlisted) :- It pulls public or unlisted code/text from server by using the given url.
For this plugin to work, you need to have sublime text 4 (build 4126). Now, Follow these instructions to install Quick-paste plugin.
- First download the latest released source file from Releases section.
- Extract the source file.
- Rename the extracted folder like this "Quick-paste". Do not add any dot or anything else after 'paste'.
- Copy or cut that extracted folder.
- Open sublime text.
- Click on Preferences -> Browse packages. It will open package directory.
- Paste that copied folder in that directory.
Quick-paste is licensed under the MIT license.